Sign In

@infoinlet/mcp-kafka

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infoinlet/mcp-kafka

Read-only Kafka access for AI agents — list/describe topics, offsets, consumer groups, peek recent messages, cluster health. No producing. MCP server.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@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" } } } }

FAQs

Package last updated on 29 May 2026

Related posts