Loading MCP server directory, please wait...
Safe, audited PostgreSQL operations for AI agents: queries, migrations, EXPLAIN, containers
npx @getmcp/cli add io.github.arzharch/pgops-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
PGOPS_DSNPostgreSQL connection string for the database to operate on.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.arzharch/pgops-mcp": {
"command": "uvx",
"args": [
"pgops-mcp"
],
"env": {
"PGOPS_DSN": "",
"PGOPS_READONLY_DSN": "",
"PGOPS_READ_ONLY": "0",
"PGOPS_APPROVAL_MODE": "0",
"PGOPS_AUDIT_LOG": "~/.pgops/audit.jsonl",
"PGOPS_DEFAULT_TIMEOUT_MS": "5000",
"PGOPS_MAX_TIMEOUT_MS": "30000",
"PGOPS_DEFAULT_ROW_LIMIT": "100"
}
}
}
}