Loading MCP server directory, please wait...
MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation
npx @getmcp/cli add io.github.LarsCowe/queue-pilotRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.LarsCowe/queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot"
],
"env": {
"RABBITMQ_URL": "http://localhost:15672",
"RABBITMQ_USER": "guest",
"RABBITMQ_PASS": "guest",
"KAFKA_BROKERS": "localhost:9092",
"KAFKA_CLIENT_ID": "queue-pilot",
"KAFKA_SASL_MECHANISM": "",
"KAFKA_SASL_USERNAME": "",
"KAFKA_SASL_PASSWORD": ""
}
}
}
}