Databases
Trust: 39/100 (Limited)PostgreSQL MCP Server Guide
PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering
4 starsby neverinfamous
Quick Start
Install
npx @neverinfamous/postgres-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-neverinfamous-postgres-mcp": {
"command": "npx",
"args": [
"@neverinfamous/postgres-mcp"
]
}
}
}