Skip to main content
Glama
ethanasm

mcp-queue-doctor

by ethanasm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgres connection string. Alternative to QUEUE_DOCTOR_DATABASE_URL.
QUEUE_DOCTOR_SCHEMANoSchema the queue was installed into. Defaults to the backend's default schema.
QUEUE_DOCTOR_BACKENDNoBackend to use: 'pgboss' or 'graphile'.pgboss
QUEUE_DOCTOR_MAX_ROWSNoRow cap per query (1–10000).500
QUEUE_DOCTOR_LOG_LEVELNoLog level: debug/info/warn/error/silent (stderr).info
QUEUE_DOCTOR_AXIOM_TOKENNoRead-capable Axiom token for log correlation (optional).
QUEUE_DOCTOR_AXIOM_ORG_IDNoAxiom organization ID for log correlation (optional).
QUEUE_DOCTOR_DATABASE_URLNoPostgres connection string. Required unless using the HTTP SQL transport. Alternative alias: DATABASE_URL.
QUEUE_DOCTOR_HTTP_SQL_URLNoURL 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_DATASETNoAxiom dataset name for log correlation (optional).
QUEUE_DOCTOR_HTTP_SQL_TOKENNoBearer token for the HTTP SQL endpoint.
QUEUE_DOCTOR_AXIOM_QUEUE_FIELDNoField in Axiom logs carrying the queue name (optional).
QUEUE_DOCTOR_STATEMENT_TIMEOUT_MSNoPer-query timeout in milliseconds (100–120000).5000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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