pg-mcp-server

sheikhBasit/pg-mcp-server
★ 0 stars Python 🗄️ Database Updated 6d ago
PostgreSQL MCP server — expose pg operations to AI agents
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": "uvx",
      "args": [
        "pg-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pg-mcp-server

Topics

agentic-aiai-agentai-agentsfastapifastmcpllmopsmcpmodel-context-protocolpostgresqlpython