The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Kafka Dataops MCP listing page.
mcp-name: io.github.Aguantar/kafka-dataops-mcp
A DataOps-focused Kafka MCP server with consumer lag diagnosis and broker health monitoring. Diagnosis logic is based on actual CDC pipeline operational experience.
kafka_consumer_lag — Consumer group lag with incident-pattern diagnosiskafka_topic_info — Topic details with ISR/replication health checkskafka_broker_status — Cluster health: brokers, controller, under-replicated partitionskafka_list_topics — Topic catalog with built-in descriptionsThe diagnosis logic is not generic — it's based on actual operational experience:
Add to your .mcp.json:
| Variable | Default | Description |
|---|---|---|
KAFKA_BOOTSTRAP_SERVERS | localhost:9092 | Kafka bootstrap servers |
KAFKA_COMMAND_TIMEOUT | 10 | Command timeout in seconds |
MIT