Skip to content
Zed

pgtriage for Zed

io.github.pgtriage/pgtriage

MCP server for PostgreSQL performance auditing with actionable SQL fixes.

client:Zed transport:stdio runtime:pypi

Install pgtriage in Zed

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

{
  "context_servers": {
    "pgtriage": {
      "command": "uvx",
      "args": [
        "pgtriage"
      ]
    }
  }
}

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

pgtriage in other clients