strimzi-mcp-server

vlognow/strimzi-mcp-server
★ 0 stars Java DevOps Updated 13d ago
Manage and troubleshoot Strimzi Kafka on Kubernetes using AI. MCP server with support for topics, users, KafkaConnect, MirrorMaker2, and Cruise Control rebalancing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "strimzi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "vlognow/strimzi-mcp-server"
      ]
    }
  }
}