io.github.wundam/orchex
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_KEYsecret
Anthropic API key — auto-detected from shell env; override only
OPENAI_API_KEYsecret
OpenAI API key — auto-detected from shell env; override only
GEMINI_API_KEYsecret
Gemini API key — auto-detected from shell env; override only
DEEPSEEK_API_KEYsecret
DeepSeek API key — auto-detected from shell env; override only
ORCHEX_API_URLOverride 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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.