Skip to content
Windsurf

mcp queue doctor for Windsurf

io.github.ethanasm/mcp-queue-doctor

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

client:Windsurf transport:stdio runtime:npm

Install mcp queue doctor in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp queue doctor in other clients