HomeDatabases & Data › pgedge-postgres-mcp

pgedge-postgres-mcp

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

Go
★ 229 stars Last pushed 2026-09-23 License: PostgreSQL

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/pgedge/postgres-mcp:latest

Or add to your MCP client config:

{
  "mcpServers": {
    "pgedge-postgres-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pgedge/postgres-mcp:latest"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry