← Back to browse

Baton

Indexed by io.github.ribato22

About

Multi-model AI orchestration: plan a task DAG, route each task to the best capable model.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLAUDE_CODE_ENABLED CODEX_ENABLED ANTHROPIC_API_KEY OPENAI_COMPAT_BASE_URL
Claude Code
claude mcp add --env CLAUDE_CODE_ENABLED= --env CODEX_ENABLED= --env ANTHROPIC_API_KEY= --env OPENAI_COMPAT_BASE_URL= baton -- uvx baton-orchestrator
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"baton","command":"uvx","args":["baton-orchestrator"],"env":{"CLAUDE_CODE_ENABLED":"","CODEX_ENABLED":"","ANTHROPIC_API_KEY":"","OPENAI_COMPAT_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "baton": {
      "command": "uvx",
      "args": [
        "baton-orchestrator"
      ],
      "env": {
        "CLAUDE_CODE_ENABLED": "",
        "CODEX_ENABLED": "",
        "ANTHROPIC_API_KEY": "",
        "OPENAI_COMPAT_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.