orchex for Claude Desktop
io.github.wundam/orchex
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
client:Claude Desktop
transport:stdio
runtime:npm
Install orchex in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs