wso2-bi-kafka-mcp-server

PasinduGunarathne/wso2-bi-kafka-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 1d ago
MCP server that lets AI assistants set up, run, and test a local Apache Kafka + WSO2 Ballerina Integrator environment — one command to go from zero to a working producer/consumer flow.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wso2-bi-kafka-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "PasinduGunarathne/wso2-bi-kafka-mcp-server"
      ]
    }
  }
}