mcp kafka for Grok
io.github.dockndevai/mcp-kafka
Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.
client:Grok
transport:stdio
runtime:npm
Install mcp kafka in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-kafka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-kafka"
],
"env": {
"KAFKA_BROKERS": "<KAFKA_BROKERS>",
"KAFKA_MODE": "<KAFKA_MODE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs