orchex for Grok
io.github.wundam/orchex
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
client:Grok
transport:stdio
runtime:npm
Install orchex in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"orchex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wundam/orchex"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
"ORCHEX_API_URL": "<ORCHEX_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs