Postgres
Freeby MCP Community
A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities
v1.2.0Added Apr 12, 2026
mcpmodel-context-protocolpostgresqlpostgresdatabase
Postgres MCP Server
A comprehensive, read-only, multi-tenant PostgreSQL MCP server with advanced schema introspection and query capabilities
Installation
npx -y @ahmetkca/mcp-server-postgres
Reviews
Installation
Quick install
npx -y @ahmetkca/mcp-server-postgres
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@ahmetkca/mcp-server-postgres"]
}
}
}