Skip to content

Postgres

Free

by MCP Community

PostgreSQL MCP server with connection pooling, tool filtering, and full extension support

v3.0.7Added Apr 12, 2026
postgresqlpostgresmcpmcp-servermodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Postgres MCP Server

PostgreSQL MCP server with connection pooling, tool filtering, and full extension support

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @neverinfamous/postgres-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "postgres": {
      "command": "npx",
      "args": ["-y", "@neverinfamous/postgres-mcp"]
    }
  }
}