MCP Server
MCP
io.github.dockndevai/mcp-kafka
Apache Kafka monitoring & management for AI agents (with consumer lag) — governed.
Install
npx -y @dockndevai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dockndevai/mcp-kafka",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated broker list (host:port).",
"isRequired": true,
"name": "KAFKA_BROKERS"
},
{
"description": "Access mode: read-only | read-write | admin.",
"name": "KAFKA_MODE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment