Skip to content
Cline

Queue Pilot for Cline

io.github.larscowe/queue-pilot

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

client:Cline transport:stdio runtime:npm

Install Queue Pilot in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Queue Pilot in other clients