@infoinlet/mcp-kafka
v0.1.1
Published
Read-only Kafka access for AI agents — list/describe topics, offsets, consumer groups, peek recent messages, cluster health. No producing. MCP server.
Readme
@infoinlet/mcp-kafka
Read-only Kafka access for AI agents — list/describe topics, per-partition offsets (lag), list consumer groups, peek the most recent messages of a topic, and cluster health. No producing; the message peek does not commit offsets. Works with self-hosted Kafka, Confluent Cloud, and MSK (TLS + SASL).
Tools: kafka_list_topics · kafka_describe_topic · kafka_topic_offsets · kafka_list_groups · kafka_consume_recent · kafka_health.
{ "mcpServers": { "kafka": { "command": "npx", "args": ["-y", "@infoinlet/mcp-kafka"], "env": { "KAFKA_BROKERS": "localhost:9092" } } } }