Skip to content
Grok

mcp queue doctor for Grok

io.github.ethanasm/mcp-queue-doctor

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

client:Grok transport:stdio runtime:npm

Install mcp queue doctor in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp queue doctor in other clients