kafka-sentinel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KAFKA_BOOTSTRAP | No | The Kafka bootstrap servers to connect to (e.g., broker1:9092,broker2:9092) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cluster_healthB | Broker count, controller, and under-replicated / offline partition summary. |
| consumer_lagB | Per-partition lag for a consumer group on a topic: committed offset vs log-end offset. committed = -1 means no offset stored. |
| topic_auditA | Replication and durability config audit for a topic. Flags settings that violate mission-critical best practice. |
| partition_stateC | Leader/ISR state per partition, plus leader skew across brokers. |
| replay_readinessC | Can this group still replay everything since its committed offsets, or has retention already deleted part of the gap? |
| list_topicsA | List all non-internal topics with partition count and replication factor. Use this first if you don't already know a topic name — every other tool needs one. |
| list_consumer_groupsA | List all consumer group IDs on the cluster with their state. Use this first if you don't already know a group name. |
| incident_snapshotA | One-call bundle: cluster health + lag + audit + partition state + replay readiness. Timestamped for postmortems. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanjay-amu/kafka-sentinel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server