Odel
pgops

pgops

Local
@arzharchPythonMITUpdated 5 days ago

Safe, audited PostgreSQL operations for AI agents: queries, migrations, EXPLAIN, containers

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).

PyPIpgops-mcpv0.1.9

Run

uvx pgops-mcp

MCP client config

{
  "mcpServers": {
    "pgops": {
      "command": "uvx",
      "args": [
        "pgops-mcp"
      ]
    }
  }
}
Dockerghcr.io/arzharch/pgops-mcp:0.1.9

Run

docker run -i --rm ghcr.io/arzharch/pgops-mcp:0.1.9

MCP client config

{
  "mcpServers": {
    "pgops": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arzharch/pgops-mcp:0.1.9"
      ]
    }
  }
}