Skip to content
Zed

Postgres AIops for Zed

io.github.aiops-tools/postgres-aiops

Governed PostgreSQL DBA ops: slow-query RCA, bloat/vacuum & blocking-lock analysis; 35 MCP tools.

client:Zed transport:stdio runtime:pypi

Install Postgres AIops in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "postgres-aiops": {
      "command": "uvx",
      "args": [
        "postgres-aiops"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Postgres AIops in other clients