Skip to main content
Glama
sanjay-amu

kafka-sentinel-mcp

by sanjay-amu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KAFKA_BOOTSTRAPNoThe Kafka bootstrap servers to connect to (e.g., broker1:9092,broker2:9092)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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