Queue Pilot for Windsurf
io.github.larscowe/queue-pilot
MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation
client:Windsurf
transport:stdio
runtime:npm
Install Queue Pilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs