Queue Pilot for Cursor
io.github.larscowe/queue-pilot
MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation
client:Cursor
transport:stdio
runtime:npm
Install Queue Pilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs