Skip to content
Zed

mcp queue doctor for Zed

io.github.ethanasm/mcp-queue-doctor

Diagnoses pg-boss and graphile-worker job queues: retry storms, stuck workers, missed schedules.

client:Zed transport:stdio runtime:npm

Install mcp queue doctor in Zed

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

{
  "context_servers": {
    "mcp-queue-doctor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-queue-doctor"
      ]
    }
  }
}

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

mcp queue doctor in other clients