orchex
Utilizes OpenAI's LLM capabilities to plan, parallelize, and execute multi-file AI coding tasks.
Orchex Community
Describe what you want. Orchex plans, parallelizes, and executes — safely.
Community hub and Cursor plugin for Orchex — autopilot AI orchestration for multi-file coding tasks.
What is Orchex?
Orchex is an MCP server that orchestrates AI coding agents in parallel. Give it a task, and it auto-plans streams of work, executes them across waves with ownership enforcement (no file conflicts), and self-heals on failure. Supports 6 LLM providers with BYOK (Bring Your Own Key) and dynamic model discovery.
Cursor Plugin
Install from Marketplace
Search for "Orchex" in the Cursor Marketplace, or visit cursor.com/marketplace.
Auto Setup
npx @wundam/orchex setupAuto-detects your IDE and writes the MCP config. Works with Cursor, Windsurf, Claude Code, and VS Code.
Manual Setup
Add to your Cursor MCP config (~/.cursor/mcp.json):
{
"mcpServers": {
"orchex": {
"command": "npx",
"args": ["-y", "@wundam/orchex"]
}
}
}Orchex auto-detects API keys from your shell environment (ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY). No env block needed.
Usage
Open Cursor and ask: "Build a REST API with authentication and tests"
Orchex generates a plan, shows you the streams, and executes on approval
Streams run in parallel waves — each stream owns its files, no conflicts
What's New
rc.26 — Monorepo plan crash fix:
Plans containing directory paths in stream reads no longer break execution
Directory paths are now caught upfront with a clear warning in the plan preview
New end-to-end regression coverage for monorepo workflows
All rc.25 monorepo + plan-fidelity improvements remain in place
See the full release notes or visit the changelog.
Community
Use GitHub Discussions for:
Category | Purpose |
Announcements | Release notes, breaking changes |
Bug Reports | Issues you encounter during beta |
Feedback | Feature requests, UX suggestions |
Q&A | Setup help, troubleshooting |
Links
orchex.dev — Website & docs
@wundam/orchex on npm — Package
Integration guides — Claude Code, Cursor, Windsurf, and more
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wundam/orchex-community'
If you have feedback or need assistance with the MCP directory API, please join our Discord server