pgdog (MCP Server)

GitHub

PostgreSQL connection pooler, load balancer and database sharder.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pgdog": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pgdog"
      ]
    }
  }
}