KerberosClaw/kc_iot_gateway
Plugin-based IoT gateway — MQTT, Modbus, CoAP, Webhook unified behind REST API + MCP Server
Platform-specific configuration:
{
"mcpServers": {
"kc_iot_gateway": {
"command": "npx",
"args": [
"-y",
"kc_iot_gateway"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://python.org) [](https://fastapi.tiangolo.com) [](https://modelcontextprotocol.io)
So you've got a factory full of sensors speaking MQTT, PLCs that only understand Modbus, a few devices that insist on CoAP, and that one vendor who said "just POST us a webhook." Congratulations, you now need a gateway. This is that gateway -- a plugin-based IoT gateway that wrangles all of them behind a single REST API, so the rest of your stack doesn't have to care.
It also comes with a YAML-driven rule engine (because nobody wants to redeploy just to change a temperature threshold), a real-time web dashboard, an MCP server so AI agents can join the fun, and Docker Compose one-click deployment for people who value their sanity.
Born from the scar tissue of running a production IoT platform with 28 device plugins across 6 protocols and 10+ brands. This is the distilled version -- same architecture, fewer nightmares.
---
Loading reviews...