← Back to browse

kafka-dataops-mcp

Indexed by io.github.Aguantar

About

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKAFKA_BOOTSTRAP_SERVERS
Claude Code
claude mcp add --env KAFKA_BOOTSTRAP_SERVERS= kafka-dataops-mcp -- uvx kafka-dataops-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kafka-dataops-mcp","command":"uvx","args":["kafka-dataops-mcp"],"env":{"KAFKA_BOOTSTRAP_SERVERS":""}}'
JSON
{
  "mcpServers": {
    "kafka-dataops-mcp": {
      "command": "uvx",
      "args": [
        "kafka-dataops-mcp"
      ],
      "env": {
        "KAFKA_BOOTSTRAP_SERVERS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.