MCP Server
MCP
io.github.wundam/orchex
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
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
By
Comments
Sign in to leave a comment