Skip to main content
Glama

MCP 协调器服务器

版本 铁匠徽章

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

特征

版本 1.1.0

  • 任务更新:修改待处理的任务

  • 安全删除:通过依赖性检查删除任务

  • 循环检测:防止依赖循环

  • 工具列表:全面的工具文档

  • 增强状态管理:改进任务状态转换

核心功能

  • 使用依赖项创建任务

  • 多实例协调

  • 持久任务存储

  • 依赖关系执行

  • 任务状态跟踪

Related MCP server: Task Manager MCP Server

安装

通过 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

  • 任务组

  • 分析

  • 仪表板

执照

麻省理工学院

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