Odel
pgedge postgres mcp

pgedge postgres mcp

Local
@pgedge221GoPostgreSQLUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/pgedge/postgres-mcp:latest

Run

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

MCP client config

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