Skip to content
Grok

Queue Pilot for Grok

io.github.larscowe/queue-pilot

MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation

client:Grok transport:stdio runtime:npm

Install Queue Pilot in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "queue-pilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "queue-pilot"
      ],
      "env": {
        "RABBITMQ_URL": "<RABBITMQ_URL>",
        "RABBITMQ_USER": "<RABBITMQ_USER>",
        "RABBITMQ_PASS": "<RABBITMQ_PASS>",
        "KAFKA_BROKERS": "<KAFKA_BROKERS>",
        "KAFKA_CLIENT_ID": "<KAFKA_CLIENT_ID>",
        "KAFKA_SASL_MECHANISM": "<KAFKA_SASL_MECHANISM>",
        "KAFKA_SASL_USERNAME": "<KAFKA_SASL_USERNAME>",
        "KAFKA_SASL_PASSWORD": "<KAFKA_SASL_PASSWORD>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Queue Pilot in other clients