Kafka MCP Server
未认领A Model Context Protocol (MCP) server for Apache Kafka implemented in Go, leveraging franz-go and mcp-go.
kafkamcpmcp-server
安装
$
go install github.com/tuannvm/mcpenetes@latest工具(9 个)
cluster_overview
Provides comprehensive cluster health summaries
consume_messages
Consumes messages from Kafka topics in batch operations
describe_configs
Retrieves configuration settings for Kafka resources
describe_consumer_group
Provides detailed consumer group information including lag metrics
describe_topic
Provides comprehensive metadata for specific topics
list_brokers
Lists all configured Kafka broker addresses
list_consumer_groups
Enumerates all consumer groups in the cluster
list_topics
Lists all topics with metadata including partition and replication information
produce_message
Produces messages to Kafka topics