Postgres
Freeby MCP Community
PostgreSQL MCP server with connection pooling, tool filtering, and full extension support
v3.0.7Added Apr 12, 2026
postgresqlpostgresmcpmcp-servermodel-context-protocol
Postgres MCP Server
PostgreSQL MCP server with connection pooling, tool filtering, and full extension support
Installation
Reviews
Installation
Quick install
npx -y @neverinfamous/postgres-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": ["-y", "@neverinfamous/postgres-mcp"]
}
}
}