Skip to content
Zed

Queue Pilot for Zed

io.github.larscowe/queue-pilot

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

client:Zed transport:stdio runtime:npm

Install Queue Pilot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "queue-pilot": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Queue Pilot in other clients