DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring
MCPpedia last refreshed this data
Kafka Dataops MCP Server is an MCP server that DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring. Its tool list has not been published yet over stdio, requires no API key, and scores 79/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"kafka": {
"env": {
"KAFKA_BOOTSTRAP_SERVERS": "localhost:9092"
},
"command": "kafka-dataops-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A DataOps-focused Kafka MCP server with consumer lag diagnosis and broker health monitoring. Diagnosis logic is based on actual CDC pipeline operational experience.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'kafka-dataops-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked kafka-dataops-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / devops
Manage Supabase projects — databases, auth, storage, and edge functions
MCP server for using the GitLab API
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Kafka Dataops MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
pip install kafka-dataops-mcp
Add to your .mcp.json:
{
"mcpServers": {
"kafka": {
"command": "kafka-dataops-mcp",
"env": {
"KAFKA_BOOTSTRAP_SERVERS": "localhost:9092"
}
}
}
}
| Variable | Default | Description |
|---|---|---|
KAFKA_BOOTSTRAP_SERVERS | localhost:9092 | Kafka bootstrap servers |
KAFKA_COMMAND_TIMEOUT | 10 | Command timeout in seconds |
MIT