Cli Orchestrator
Freeby MCP Community
MCP Server for resilient multi-CLI orchestration — route AI tasks to Claude, Gemini, or Codex with retry, circuit breaker, and fallback
v1.2.2Added Apr 12, 2026
mcpmodel-context-protocolcliorchestratorclaude
Cli Orchestrator MCP Server
MCP Server for resilient multi-CLI orchestration — route AI tasks to Claude, Gemini, or Codex with retry, circuit breaker, and fallback
Installation
npx -y cli-orchestrator-mcp
Reviews
Installation
Quick install
npx -y cli-orchestrator-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"cli-orchestrator": {
"command": "npx",
"args": ["-y", "cli-orchestrator-mcp"]
}
}
}