Skip to main content
Glama

Orchex 社区

描述您的需求,Orchex 将安全地进行规划、并行化和执行。

Orchex 的社区中心和 Cursor 插件 —— 用于多文件编码任务的自动驾驶 AI 编排。

什么是 Orchex?

Orchex 是一个并行编排 AI 编码代理的 MCP 服务器。给它一个任务,它会自动规划工作流,分批次执行,并强制执行所有权(无文件冲突),在失败时自动修复。支持 7 个 LLM 提供商,支持 BYOK(自带密钥)和动态模型发现。

Related MCP server: Orchestrator MCP Server

Cursor 插件

从市场安装

在 Cursor 市场中搜索 "Orchex",或访问 cursor.com/marketplace

自动设置

npx @wundam/orchex setup

自动检测您的 IDE 并写入 MCP 配置。适用于 Cursor、Windsurf、Claude Code 和 VS Code。

手动设置

添加到您的 Cursor MCP 配置 (~/.cursor/mcp.json) 中:

{
  "mcpServers": {
    "orchex": {
      "command": "npx",
      "args": ["-y", "@wundam/orchex"]
    }
  }
}

Orchex 会自动从您的 shell 环境中检测 API 密钥 (ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY)。无需 env 块。

使用方法

  1. 打开 Cursor 并询问:"Build a REST API with authentication and tests"

  2. Orchex 生成计划,向您展示工作流,并在批准后执行

  3. 工作流以并行波次运行 —— 每个工作流拥有其文件,无冲突

更新日志

rc.32 — npm-to-beta + /mcp 信任边界 + 可靠性热修复:

  • 加固了 MCP 传输身份验证 —— 未经身份验证的云服务器调用会返回明确的 401 错误并附带登录引导

  • 解锁付费层注册 —— /signup?plan=pro|team 现在可以跳转到有效的表单,而不是仅限邀请的死胡同

  • 更具弹性的云执行 —— orchex-cloud 网络故障现在会显示为明确的错误,而不是静默挂起

  • 更好的可见性 —— 配置覆盖环境变量会在启动时发出警告;执行日志在多次运行中保留历史记录

查看 完整发布说明 或访问 更新日志

社区

使用 GitHub Discussions 进行:

分类

用途

公告

发布说明,重大变更

错误报告

测试期间遇到的问题

反馈

功能请求,UX 建议

问答

设置帮助,故障排除

链接

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Intelligent LLM orchestrator that automatically routes tasks to the most appropriate AI model (Gemini, Qwen, Ollama, LM Studio) based on task characteristics, enabling distributed processing and parallel execution across local and network services.
    3
    10 npm
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Universal AI API Orchestrator. 850 tools across 53 services under a single MCP interface. Connect Claude, GPT, or Gemini to Stripe, Slack, GitHub, LinkedIn, Cloudflare, Shopify, Twilio, and 46 more via natural language. $0.10/execution, no subscription. Patent Pending.
    131 npm
    5
    -