adamaton-delegator

sirus20x6/adamaton-delegator
★ 0 stars Go AI/LLM Updated 6d ago
Multi-agent delegation orchestrator + MCP servers (delegator-mcp, skillrae-mcp).
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": {
    "adamaton-delegator": {
      "command": "go",
      "args": [
        "run",
        "github.com/sirus20x6/adamaton-delegator@latest"
      ]
    }
  }
}

README Excerpt

Multi-agent delegation orchestrator. Routes coding tasks across Codex, Gemini, and OpenCode via a budget-aware router, tracks quota, and exposes the whole thing as two MCP servers for Claude Code to consume. | Dir | Purpose | |---|---| | `delegator/` | Orchestrator library + `budget-router` binary | | `delegator/orchestrator.go` | Task dispatch loop |