What is the Postgres AIops MCP server?
Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools.
How to install Postgres AIops
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"postgres-aiops": {
"command": "uvx",
"args": [
"postgres-aiops"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"postgres-aiops": {
"command": "uvx",
"args": [
"postgres-aiops"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"postgres-aiops": {
"command": "uvx",
"args": [
"postgres-aiops"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"postgres-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"postgres-aiops"
]
}
}
}Claude Code
claude mcp add postgres-aiops -- uvx postgres-aiopsRelated MCP servers
Proxmox AIops
Active
Governed Proxmox VE VM/container ops — 43 MCP tools with audit, budget, undo & risk-tier guards.
2
View repository →Python
MIT
AI Guardian
Active
Governed local-LLM observability: model policy, prompt scanner, capture proxy, 21 tools.
0
View repository →Python
MIT
Ceph AIops
Active
Governed Ceph mgr ops: HEALTH_WARN RCA, OSD/PG/pool/RBD/CephFS/RGW, 37 tools.
0
View repository →Python
MIT
CICD AIops
Active
Governed self-managed GitLab + Gitea CI/CD ops: pipelines, runners, artifacts, RCA. 28 tools.
0
View repository →Python
MIT
Compliance AIops
Active
Compliance evidence from AIops audit trails: HIPAA/PCI/SOC2/GDPR, OSCAL export, 19 tools.
0
View repository →Python
MIT
Container Host AIops
Active
Governed Docker + Portainer container-host ops: reads, RCA analyses, guarded writes. 38 tools.
0
View repository →Python
MIT