← Index

io.github.wundam/orchex

io.github.wundam/orchex·v1.0.0-rc.11·Other
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "orchex": {
      "command": "npx",
      "args": [
        "-y",
        "@wundam/orchex"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "DEEPSEEK_API_KEY": "<your-deepseek_api_key>",
        "ORCHEX_API_URL": "<orchex_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "orchex": {
      "command": "npx",
      "args": [
        "-y",
        "@wundam/orchex"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "DEEPSEEK_API_KEY": "<your-deepseek_api_key>",
        "ORCHEX_API_URL": "<orchex_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @wundam/orchex
§02  Environment variables
ANTHROPIC_API_KEY
secret

Anthropic API key — auto-detected from shell env; override only

OPENAI_API_KEY
secret

OpenAI API key — auto-detected from shell env; override only

GEMINI_API_KEY
secret

Gemini API key — auto-detected from shell env; override only

DEEPSEEK_API_KEY
secret

DeepSeek API key — auto-detected from shell env; override only

ORCHEX_API_URL

Override cloud API URL (optional, defaults to https://orchex.dev)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other