← Index

PostgreSQL MCP Server

io.github.neverinfamous/postgres-mcp·v1.0.2·Databases
Quality Score
85
/100

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

§01  Install
Claude Desktop (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"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @neverinfamous/postgres-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "postgres-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/writenotenow/postgres-mcp:v1.0.2"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
20
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Databases