postgres-mcp

crystaldba/postgres-mcp
★ 2,551 stars Python 🤖 AI/LLM Updated 17d ago
Postgres MCP Pro provides configurable read/write access and performance analysis for you and your 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": {
    "postgres-mcp": {
      "command": "uvx",
      "args": [
        "postgres-mcp"
      ]
    }
  }
}

Or install with pip: pip install postgres-mcp