mcp-queue-doctor
by ethanasm
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | Postgres connection string. Alternative to QUEUE_DOCTOR_DATABASE_URL. | |
| QUEUE_DOCTOR_SCHEMA | No | Schema the queue was installed into. Defaults to the backend's default schema. | |
| QUEUE_DOCTOR_BACKEND | No | Backend to use: 'pgboss' or 'graphile'. | pgboss |
| QUEUE_DOCTOR_MAX_ROWS | No | Row cap per query (1–10000). | 500 |
| QUEUE_DOCTOR_LOG_LEVEL | No | Log level: debug/info/warn/error/silent (stderr). | info |
| QUEUE_DOCTOR_AXIOM_TOKEN | No | Read-capable Axiom token for log correlation (optional). | |
| QUEUE_DOCTOR_AXIOM_ORG_ID | No | Axiom organization ID for log correlation (optional). | |
| QUEUE_DOCTOR_DATABASE_URL | No | Postgres connection string. Required unless using the HTTP SQL transport. Alternative alias: DATABASE_URL. | |
| QUEUE_DOCTOR_HTTP_SQL_URL | No | URL of a read-only SQL endpoint to query through instead of connecting directly. Must be used together with QUEUE_DOCTOR_HTTP_SQL_TOKEN. | |
| QUEUE_DOCTOR_AXIOM_DATASET | No | Axiom dataset name for log correlation (optional). | |
| QUEUE_DOCTOR_HTTP_SQL_TOKEN | No | Bearer token for the HTTP SQL endpoint. | |
| QUEUE_DOCTOR_AXIOM_QUEUE_FIELD | No | Field in Axiom logs carrying the queue name (optional). | |
| QUEUE_DOCTOR_STATEMENT_TIMEOUT_MS | No | Per-query timeout in milliseconds (100–120000). | 5000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ethanasm/mcp-queue-doctor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server