Back to Browse

Queue Pilot MCP Server

Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

RabbitMQ Management API URLOptional

Environment variable: RABBITMQ_URL

RabbitMQ usernameRequired

Environment variable: RABBITMQ_USER

RabbitMQ passwordRequired

Environment variable: RABBITMQ_PASS

Comma-separated Kafka broker addressesOptional

Environment variable: KAFKA_BROKERS

Kafka client IDOptional

Environment variable: KAFKA_CLIENT_ID

SASL mechanism: plain, scram-sha-256, scram-sha-512Optional

Environment variable: KAFKA_SASL_MECHANISM

SASL usernameRequired

Environment variable: KAFKA_SASL_USERNAME

SASL passwordRequired

Environment variable: KAFKA_SASL_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-larscowe-queue-pilot": {
      "env": {
        "RABBITMQ_URL": "your-rabbitmq-url-here",
        "KAFKA_BROKERS": "your-kafka-brokers-here",
        "RABBITMQ_PASS": "your-rabbitmq-pass-here",
        "RABBITMQ_USER": "your-rabbitmq-user-here",
        "KAFKA_CLIENT_ID": "your-kafka-client-id-here",
        "KAFKA_SASL_PASSWORD": "your-kafka-sasl-password-here",
        "KAFKA_SASL_USERNAME": "your-kafka-sasl-username-here",
        "KAFKA_SASL_MECHANISM": "your-kafka-sasl-mechanism-here"
      },
      "args": [
        "-y",
        "queue-pilot"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Queue Pilot MCP Server - MCP server for RabbitMQ and Kafka message inspection with | MCP Marketplace