Skip to main content
Glama

Orchex 社区

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

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

什么是 Orchex?

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

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.26 —— Monorepo 计划崩溃修复:

  • 包含流读取中目录路径的计划不再中断执行

  • 目录路径现在会在计划预览中提前捕获并给出明确警告

  • 新增针对 Monorepo 工作流的端到端回归覆盖

  • 保留了 rc.25 中所有关于 Monorepo 和计划保真度的改进

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

社区

使用 GitHub Discussions 进行:

分类

用途

公告

发布说明,重大变更

错误报告

测试期间遇到的问题

反馈

功能请求,UX 建议

问答

设置帮助,故障排除

链接

-
security - not tested
F
license - not found
-
quality - not tested

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