MCP Orchestrator Server

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 协调器服务器

MCP Orchestrator 服务器提供跨 MCP 支持的 LLM 实例(例如 Claude Desktop 或 Cline)的任务管理和协调功能。简单来说,它允许 AI 代理跨实例创建、共享和执行任务。

特征

版本 1.1.0

  • 任务更新:修改待处理的任务
  • 安全删除:通过依赖性检查删除任务
  • 循环检测:防止依赖循环
  • 工具列表:全面的工具文档
  • 增强状态管理:改进任务状态转换

核心功能

  • 使用依赖项创建任务
  • 多实例协调
  • 持久任务存储
  • 依赖关系执行
  • 任务状态跟踪

安装

npm install npm run build

用法

创建任务

await create_task({ id: 'setup', description: 'Initial setup' });

获取下一个任务

const task = await get_next_task({ instance_id: 'worker-1' });

完成任务

await complete_task({ task_id: 'setup', instance_id: 'worker-1', result: 'System initialized' });

文档

路线图

版本 1.2.0

  • 任务优先级
  • 超时
  • 实例管理

版本 1.3.0

  • 任务组
  • 分析
  • 仪表板

执照

麻省理工学院

-
security - not tested
A
license - permissive license
-
quality - not tested

用于任务编排和协调的服务器,通过依赖关系、多实例协作和持久任务跟踪来促进任务管理。

  1. Features
    1. Version 1.1.0
    2. Core Features
  2. Installation
    1. Usage
      1. Create a Task
      2. Get Next Task
      3. Complete Task
    2. Documentation
      1. Roadmap
        1. Version 1.2.0
        2. Version 1.3.0
      2. License
        ID: 6hfxiaiuwg