Home /
AI/LLM / Bounded_IoT_Fleet_Orchestration_Platform_MCP_Stack
Closed-loop IoT fleet remediation platform using the Model Context Protocol (MCP). Features a high-performance Go tool server, automated Claude Haiku 4.5 agent orchestration, real-time Redis ring-buffer caching, online statistical Z-score anomaly isolation, and deterministic pre-flight safety guardrails.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"bounded_iot_fleet_or": {
"command": "go",
"args": [
"run",
"github.com/vipin-mo/Bounded_IoT_Fleet_Orchestration_Platform_MCP_Stack@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add bounded_iot_fleet_or go run github.com/vipin-mo/Bounded_IoT_Fleet_Orchestration_Platform_MCP_Stack@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"bounded_iot_fleet_or": {
"command": "go",
"args": [
"run",
"github.com/vipin-mo/Bounded_IoT_Fleet_Orchestration_Platform_MCP_Stack@latest"
]
}
}
}
📋 Copy
Topics
ai-agents anomaly-detection backend-engineering claude-haiku closed-loop-automation go iot-fleet-management json-rpc mcp-server model-context-protocol python redis