HomeDatabases & Data › mcp-kafka

mcp-kafka

Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @dockndevai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-kafka": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/[email protected]"
      ],
      "env": {
        "KAFKA_BROKERS": "<YOUR_VALUE>",
        "KAFKA_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • KAFKA_BROKERS required — Comma-separated broker list (host:port).
  • KAFKA_MODE — Access mode: read-only | read-write | admin.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry