Postgres Multi Schema
Freeby MCP Community
MCP server for interacting with PostgreSQL databases, with support for multiple schemas
v0.1.3Added Apr 12, 2026
Postgres Multi Schema MCP Server
MCP server for interacting with PostgreSQL databases, with support for multiple schemas
Installation
npx -y mcp-server-postgres-multi-schema
Reviews
Installation
Quick install
npx -y mcp-server-postgres-multi-schema
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-multi-schema": {
"command": "npx",
"args": ["-y", "mcp-server-postgres-multi-schema"]
}
}
}