mcpbeat Sign in

MCP Queue Doctor MCP Server

local only

MCP Queue Doctor runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 7 Aug 2026.

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

Installs per day peak 267 · avg 19
a month agotoday
36
Installs / week
npm · mcp-queue-doctor
0
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Queue Doctor every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-queue-doctor -- npx -y mcp-queue-doctor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-queue-doctor": {
      "args": [
        "-y",
        "mcp-queue-doctor"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-queue-doctor]
command = "npx"
args = ["-y", "mcp-queue-doctor"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-queue-doctor": {
      "args": [
        "-y",
        "mcp-queue-doctor"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-queue-doctor": {
      "args": [
        "-y",
        "mcp-queue-doctor"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Queue Doctor

same job, measured the same way
Reporting Ninja
by reportingninja

Query marketing data across 20+ ad platforms; with write access, create, schedule and share reports.

answering
Finish Grid
by thefinishgrid

A finishing tool, not a to-do list: file tasks, read today's plan, and work dispatched queues.

3 tools answering
Joti
by kompetic

Read your workouts, history, and stats; create and schedule new workouts. Writes are additive only.

answering
Bunpro
by jbeshir

Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups.

local only
MoveMate: Gym Workout Tracker
by movemate

Schedule workouts from the MoveMate exercise library and review history, PRs and progression.

answering
Fitnito
by fitnito

Manage a gym or studio: schedule classes, members, passes, memberships, staff and bookings.

answering
DunSocial
by dunsocial

Schedule and publish social posts with OAuth, drafts, media, workspaces, and brand memory.

answering
C
Relocation123
by relocation123

Country guides, customs rules, mover directory and quote requests for 155+ countries

11 tools answering

MCP Queue Doctor — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Queue Doctor?
MCP Queue Doctor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-queue-doctor was installed 36 times last week.
How do I connect MCP Queue Doctor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-queue-doctor straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Queue Doctor?
The npm package mcp-queue-doctor was installed 36 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Queue Doctor open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.