mcp queue doctor for Gemini CLI
io.github.ethanasm/mcp-queue-doctor
Diagnoses pg-boss and graphile-worker job queues: retry storms, stuck workers, missed schedules.
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp queue doctor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-queue-doctor": {
"command": "npx",
"args": [
"-y",
"mcp-queue-doctor"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs