pg-mcp-server

ericzakariasson/pg-mcp-server
★ 167 stars TypeScript 🗄️ Database Updated 1mo ago
MCP Server for Postgres
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pg-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ericzakariasson/pg-mcp-server"
      ]
    }
  }
}