loading…
Search for a command to run...
loading…
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs. Describe what you want. Orchex plans, parallelizes, and executes — safe
Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs. Describe what you want. Orchex plans, parallelizes, and executes — safely.
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.
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 7 LLM providers with BYOK (Bring Your Own Key) and dynamic model discovery.
Search for "Orchex" in the Cursor Marketplace, or visit cursor.com/marketplace.
npx @wundam/orchex setup
Auto-detects your IDE and writes the MCP config. Works with Cursor, Windsurf, Claude Code, and VS Code.
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.
rc.30 — Trust-boundary enforcement pass:
add_stream enforces the same strict path rules as init — declared schema and runtime validation finally matchSee the full release notes or visit the changelog.
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 |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"orchex": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also