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

      • A
        security
        A
        license
        A
        quality
        Provides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.
        Last updated -
        12
        8
        Python
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server providing comprehensive task management capabilities with support for project organization, task tracking, and automatic PRD parsing into actionable items.
        Last updated -
        22
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A task management server that helps AI assistants break down user requests into manageable tasks and track their completion with user approval steps.
        Last updated -
        17
        682
        16
        JavaScript
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A management service that orchestrates multiple server processes organized into logical sections, providing centralized control for starting, stopping, and monitoring servers with support for containerization.
        Last updated -
        Python

      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