orchex for Cursor
io.github.wundam/orchex
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.
client:Cursor
transport:stdio
runtime:npm
Install orchex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs