Serversio.github.wundam/orchex
O

io.github.wundam/orchex

io.github.wundam/orchex · v1.0.0-rc.11
▦ npm
v1.0.0-rc.11npm npm: @wundam/orchex↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wundam/orchex",
  "description": "Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.",
  "repository": {
    "url": "https://github.com/wundam/orchex",
    "source": "github"
  },
  "version": "1.0.0-rc.11",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}