postgres-mcp

nlapshinrocks/postgres-mcp
★ 0 stars Python 🗄️ Database Updated 1d ago
Read-only MCP server for PostgreSQL — schema inspection, SELECT queries, EXPLAIN ANALYZE, diagnostics
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