PostgreSQL Multi-Schema
Provides read-only access to PostgreSQL databases with enhanced multi-schema support, enabling schema inspection, query execution, and isolation across multiple namespaces.
3 stars
0 tools
Created Aug 2025
@harjjotsinghh/harjjotsinghh-postgresql-multi-schema-postgres-multi-schemaAbout
Provides read-only access to PostgreSQL databases with enhanced multi-schema support, enabling schema inspection, query execution, and isolation across multiple namespaces.
Categories
general
Installation
npm
npm install @harjjotsinghh/harjjotsinghh-postgresql-multi-schema-postgres-multi-schema
Configuration
{
"mcpServers": {
"harjjotsinghh-postgresql-multi-schema-postgres-multi-schema": {
"command": "npx",
"args": [
"-y",
"@harjjotsinghh/harjjotsinghh-postgresql-multi-schema-postgres-multi-schema"
]
}
}
}