loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

cli-orchestrator-mcp

MCP Tool

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

Install

$ npx loaditout add lleontor705/cli-orchestrator-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "cli-orchestrator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cli-orchestrator-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

cli-orchestrator-mcp

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.

Features
  • Role-based Routing — Automatically select the best CLI based on agent role
  • Circuit Breaker — Per-provider fault isolation (closed → open → half-open)
  • Retry with Backoff — Exponential backoff with jitter for transient failures
  • Automatic Fallback — If primary CLI fails, try alternatives in order
  • Auto-detection — Discovers installed CLIs at startup
  • Cross-platform — Windows, macOS, Linux support
Quick Start
npx -y cli-orchestrator-mcp

Prerequisites: At least one CLI must be installed: claude, gemini, or codex.

Configuration
Claude Code
claude mcp add cli-orchestrator --transport stdio -- npx -y cli-orchestrator-mcp
Codex CLI (~/.codex/config.toml)
[mcp_servers.cli-orchestrator]
command = "npx"
args = ["-y", "cli-orchestrator-mcp"]
Gemini CLI (settings.json)
{
  "mcpServers": {
    "cli-orchestrator": {
      "command": "npx",
      "args": ["-y", "cli-orchestrator-mcp"]
    }
  }
}
OpenClaw (openclaw.json)
mcp: {
  servers: {
    "cli-orchestrator": { command: "npx", args: ["-y", "cli-orchestrator-mcp"] }
  }
}
Tools

| 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-based Routing

| Role | Primary CLI | Strengths | Fallbacks | |------|-------------|-----------|-----------| | Manager | Gemini | research, trends, large-context | Claude → Codex | | **Coordi

Tags

ai-agentscircuit-breakerclaude-codecodexgemini-climcpmodel-context-protocol

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/lleontor705/cli-orchestrator-mcp)](https://loaditout.ai/skills/lleontor705/cli-orchestrator-mcp)