Autopilot AI orchestration — describe your intent, orchex auto-generates a plan, parallelizes it into streams with file ownership enforcement, self-heals failures, and routes across 6 LLM providers (Claude, OpenAI, Gemini, DeepSeek, Ollama, AWS Bedrock).
Server Config
{
"mcpServers": {
"orchex": {
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
]
}
}
}