List schemas, run SQL, and explain slow queries
The Databases category has 100+ servers. Most are unrelated to Postgres. This page narrows to servers that actually speak SQL against PostgreSQL.
Ads
Official PostgreSQL MCP — solid default for schema browsing and SQL from the assistant.
Community DBA-oriented server with index advice and health checks.
Official Neon server when your database is serverless Postgres on Neon.
Small community alternative for straightforward Postgres access.
Start with the official PostgreSQL MCP when you want a maintained baseline for schema inspection and queries.
Use Crystal DBA for index and health tooling, Neon for serverless Postgres, or a slim community server for read-only access.
One server — modelcontextprotocol/server-postgres. Not a stack merge.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://USER:PASSWORD@HOST:5432/DB"
]
}
}
}Added 17 days ago ·