Kafka MCP Server
by pavanjava
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TOPIC_NAME | Yes | The Kafka topic name | |
KAFKA_BOOTSTRAP_SERVERS | Yes | The Kafka bootstrap servers | localhost:9092 |
TOOL_CONSUME_DESCRIPTION | No | Custom description for the consume tool | |
TOOL_PUBLISH_DESCRIPTION | No | Custom description for the publish tool | |
IS_TOPIC_READ_FROM_BEGINNING | No | Whether to read the topic from the beginning | False |
DEFAULT_GROUP_ID_FOR_CONSUMER | No | The default group ID for the Kafka consumer | kafka-mcp-group |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |