Postgres Query
Freeby MCP Community
MCP server to query any PostgreSQL database from Claude. Schema explorer, safe read queries, explain plans.
v1.0.1Added Apr 12, 2026
mcppostgrespostgresqldatabasesql
Postgres Query MCP Server
MCP server to query any PostgreSQL database from Claude. Schema explorer, safe read queries, explain plans.
Installation
Reviews
Installation
Quick install
npx -y mcp-postgres-query
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres-query": {
"command": "npx",
"args": ["-y", "mcp-postgres-query"]
}
}
}