← Back to Plugins
MCP Server MCP

io.github.wundam/orchex

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @wundam/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@wundam/orchex",
      "version": "1.0.0-rc.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key — auto-detected from shell env; override only",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "OpenAI API key — auto-detected from shell env; override only",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Gemini API key — auto-detected from shell env; override only",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "DeepSeek API key — auto-detected from shell env; override only",
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        },
        {
          "description": "Override cloud API URL (optional, defaults to https://orchex.dev)",
          "name": "ORCHEX_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...