lleontor705/cli-orchestrator-mcp
MCP Server for resilient multi-CLI orchestration — route AI tasks to Claude, Gemini, or Codex with retry, circuit breaker, and fallback
Platform-specific configuration:
{
"mcpServers": {
"cli-orchestrator-mcp": {
"command": "npx",
"args": [
"-y",
"cli-orchestrator-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP Server for resilient multi-CLI orchestration — route AI tasks to Claude, Gemini, or Codex with automatic retry, circuit breaker, and fallback.
Works with any MCP-compatible client: Claude Code, Codex CLI, Gemini CLI, OpenClaw, and more.
npx -y cli-orchestrator-mcpPrerequisites: At least one CLI must be installed: claude, gemini, or codex.
claude mcp add cli-orchestrator --transport stdio -- npx -y cli-orchestrator-mcp~/.codex/config.toml)[mcp_servers.cli-orchestrator]
command = "npx"
args = ["-y", "cli-orchestrator-mcp"]settings.json){
"mcpServers": {
"cli-orchestrator": {
"command": "npx",
"args": ["-y", "cli-orchestrator-mcp"]
}
}
}openclaw.json)mcp: {
servers: {
"cli-orchestrator": { command: "npx", args: ["-y", "cli-orchestrator-mcp"] }
}
}| Tool | Description | |------|-------------| | cli_execute | Execute a task on a CLI with full resilience (retry + circuit breaker + fallback) | | cli_status | Health dashboard with per-provider installation, circuit breaker state, and stats | | cli_route | Suggest best CLI for a task based on agent role |
| Role | Primary CLI | Strengths | Fallbacks | |------|-------------|-----------|-----------| | Manager | Gemini | research, trends, large-context | Claude → Codex | | **Coordi
Loading reviews...