Skip to content
Cline

orchex for Cline

io.github.wundam/orchex

Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.

client:Cline transport:stdio runtime:npm

Install orchex in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "orchex": {
      "command": "npx",
      "args": [
        "-y",
        "@wundam/orchex"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
        "ORCHEX_API_URL": "<ORCHEX_API_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

orchex in other clients