edge-flow-manager-mcp-server

cldr-steven-matison/edge-flow-manager-mcp-server
★ 0 stars Python AI/LLM Updated today
Thin, read-only MCP server over the Cloudera Edge Flow Manager (EFM/CEM) REST API — live edge/MiNiFi fleet state for LLM agents.
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": {
    "edge-flow-manager-mc": {
      "command": "uvx",
      "args": [
        "edge-flow-manager-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install edge-flow-manager-mcp-server