Postgres AIops for Cursor
io.github.aiops-tools/postgres-aiops
Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install Postgres AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"postgres-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"postgres-aiops"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs