mcp queue doctor for Cursor
io.github.ethanasm/mcp-queue-doctor
Diagnoses pg-boss and graphile-worker job queues: retry storms, stuck workers, missed schedules.
client:Cursor
transport:stdio
runtime:npm
Install mcp queue doctor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-queue-doctor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-queue-doctor"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs