MCP server for interacting with PostgreSQL databases, with support for multiple schemas
{
"mcpServers": {
"mcp-postgres-multi-schema": {
"command": "npx",
"args": [
"-y",
"mcp-server-postgres-multi-schema"
]
}
}
}