← Back to browse

Kafka Sentinel

Indexed by io.github.sanjay-amu

About

Read-only Kafka observability MCP server: cluster health, consumer lag, and replay-readiness.

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 KAFKA_SECURITY_PROTOCOL KAFKA_SASL_MECHANISM KAFKA_SASL_USERNAME KAFKA_SASL_PASSWORD KAFKA_SSL_CA_LOCATION
Claude Code
claude mcp add --env KAFKA_BOOTSTRAP= --env KAFKA_SECURITY_PROTOCOL= --env KAFKA_SASL_MECHANISM= --env KAFKA_SASL_USERNAME= --env KAFKA_SASL_PASSWORD= --env KAFKA_SSL_CA_LOCATION= kafka-sentinel-mcp -- uvx kafka-sentinel-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-sentinel-mcp","command":"uvx","args":["kafka-sentinel-mcp"],"env":{"KAFKA_BOOTSTRAP":"","KAFKA_SECURITY_PROTOCOL":"","KAFKA_SASL_MECHANISM":"","KAFKA_SASL_USERNAME":"","KAFKA_SASL_PASSWORD":"","KAFKA_SSL_CA_LOCATION":""}}'
JSON
{
  "mcpServers": {
    "kafka-sentinel-mcp": {
      "command": "uvx",
      "args": [
        "kafka-sentinel-mcp"
      ],
      "env": {
        "KAFKA_BOOTSTRAP": "",
        "KAFKA_SECURITY_PROTOCOL": "",
        "KAFKA_SASL_MECHANISM": "",
        "KAFKA_SASL_USERNAME": "",
        "KAFKA_SASL_PASSWORD": "",
        "KAFKA_SSL_CA_LOCATION": ""
      }
    }
  }
}

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