What is the PostgreSQL MCP Server MCP server?
PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering
How to install PostgreSQL MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@neverinfamous/postgres-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@neverinfamous/postgres-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"postgres-mcp": {
"command": "npx",
"args": [
"-y",
"@neverinfamous/postgres-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"postgres-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@neverinfamous/postgres-mcp"
]
}
}
}Claude Code
claude mcp add postgres-mcp -- npx -y @neverinfamous/postgres-mcpRelated MCP servers
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
View repository →Developer journal with knowledge graphs, relationships, Git context, and semantic search
View repository →Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment
View repository →Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations
View repository →SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.
View repository →