Queue Pilot runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm.
MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add queue-pilot -- npx -y queue-pilot
{
"mcpServers": {
"queue-pilot": {
"args": [
"-y",
"queue-pilot"
],
"command": "npx"
}
}
}
[mcp_servers.queue-pilot]
command = "npx"
args = ["-y", "queue-pilot"]
{
"mcpServers": {
"queue-pilot": {
"args": [
"-y",
"queue-pilot"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"queue-pilot": {
"args": [
"-y",
"queue-pilot"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
RABBITMQ_URL (RabbitMQ Management API URL), RABBITMQ_USER (RabbitMQ username), RABBITMQ_PASS (RabbitMQ password), KAFKA_BROKERS (Comma-separated Kafka broker addresses), KAFKA_CLIENT_ID (Kafka client ID), KAFKA_SASL_MECHANISM (SASL mechanism: plain, scram-sha-256, scram-sha-512), KAFKA_SASL_USERNAME (SASL username), KAFKA_SASL_PASSWORD (SASL password).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.
MCP server for Alembica validation, extraction, cost estimation, and schema queries.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
Python MCP server for MySQL database inspection and querying
MCP server for cron expression parsing, validation, and scheduling.
MCP server for JWT decoding and inspection
MCP server for ISO 20022 acmt.001 account management message generation and validation.
Python MCP server for PostgreSQL database inspection and querying
Answers built from our own checks of this server.