superset-agent-orchestrator

1solomonwakhungu/superset-agent-orchestrator
★ 0 stars TypeScript AI/LLM Updated today
Local-first MCP server for durable orchestration of parallel coding agents through Superset
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": {
    "superset-agent-orche": {
      "command": "npx",
      "args": [
        "-y",
        "1solomonwakhungu/superset-agent-orchestrator"
      ]
    }
  }
}