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).
Run
uvx pgops-mcp
MCP client config
{
"mcpServers": {
"pgops": {
"command": "uvx",
"args": [
"pgops-mcp"
]
}
}
}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"
]
}
}
}