MCP.so
ログイン

Overview

@brandon-powers

Overview について

An MCP server for Apache Kafka & its ecosystem.

基本情報

カテゴリ

その他

ライセンス

Apache-2.0

ランタイム

python

トランスポート

stdio

公開者

brandon-powers

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-kafka?

mcp-kafka is a server-side implementation of the Model Context Protocol (MCP) for Apache Kafka. It enables language models (LLMs/SLMs) to interact with Kafka and its ecosystem, including Kafka Connect, Burrow, and Cruise Control.

How to use mcp-kafka?

Configure the server by setting environment variables for the APIs you want to enable (Kafka bootstrap servers, Kafka Connect URL, Burrow URL, Cruise Control URL). Then plug it into any MCP client such as Claude Desktop, Cursor, Windsurf, Langchain MCP adapter, or Azure OpenAI. Publishing to PyPI and Docker is planned but not yet available.

Key features of mcp-kafka

  • Tools for Kafka: consume, produce, describe clusters, topics, consumer groups, delegation tokens, log dirs, configs, ACLs.
  • Tools for Kafka Connect: cluster info, config, connectors, connector plugins, loggers.
  • Tools for Burrow: health check, list clusters, describe cluster, list consumers with group detail, list topics, check consumer group status.
  • Tools for Cruise Control: get state, cluster load, partition resource utilization, partition/replica state, optimization proposals, user request result.
  • Resources exposed: topics, connectors, consumer groups.
  • Support for multiple MCP client integrations.

Use cases of mcp-kafka

  • Monitor consumer group lag and health via Burrow.
  • Rebalance Kafka clusters and view optimization proposals using Cruise Control.
  • Manage and inspect Kafka connectors programmatically.
  • Produce and consume messages to/from Kafka topics through an LLM.
  • Retrieve metadata about topics, consumer groups, and cluster configuration.

FAQ from mcp-kafka

Is mcp-kafka production-ready?

No, it is a work in progress (WIP). Changes and potential errors are expected.

Which Kafka APIs are supported?

The server supports Kafka Admin, Consumer, and Producer APIs (excluding Streams), plus the REST APIs for Kafka Connect, Burrow, and Cruise Control.

How do I enable a specific API?

Set the corresponding environment variable: KAFKA_BOOTSTRAP_SERVERS for Kafka core, KAFKA_CONNECT_API_URL for Kafka Connect,

コメント

「その他」の他のコンテンツ