Skip to main content
Glama

MCP Orchestrator Server

by mokafari

MCP 协调器服务器

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

特征

版本 1.1.0

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

核心功能

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

安装

通过 Smithery 安装

要通过Smithery自动安装 Claude Desktop 的 Orchestrator Server:

npx -y @smithery/cli install orchestrator-server --client claude

手动安装

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. 特征
    1. 版本 1.1.0
    2. 核心功能
  2. 安装
    1. 通过 Smithery 安装
    2. 手动安装
  3. 用法
    1. 创建任务
    2. 获取下一个任务
    3. 完成任务
  4. 文档
    1. 路线图
      1. 版本 1.2.0
      2. 版本 1.3.0
    2. 执照

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
        Last updated -
        5
        3
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.
        Last updated -
        40
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.
        Last updated -
        TypeScript
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.
        Last updated -
        1
        TypeScript

      View all related MCP servers

      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/mokafari/orchestrator-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server