Agent Orchestrator MCP Server
由 MEOK AI Labs 提供 — 为每个人打造的主权 AI 工具。
Agent Orchestrator MCP 服务器
面向 AI 应用的多智能体任务管理系统。创建具有角色和能力的智能体,通过基于信任的路由委派任务,协调文件访问以防止冲突,运行专注的冲刺(Sprint),并通过统一仪表板监控性能。
基于 Sovereign Temple 47 智能体协调框架,并针对独立使用进行了简化。数据持久化存储在 ~/.mcp-agents/ 中。
工具
工具 | 描述 |
| 注册一个具有名称、角色、部门和能力的智能体 |
| 列出所有智能体及其信任等级和任务计数 |
| 将任务分配给特定智能体,或根据能力/信任度自动路由 |
| 标记任务完成,并根据成功/失败更新智能体信任度 |
| 锁定文件以进行协调的多智能体编辑 |
| 任务完成后释放文件锁 |
| 开始一个带有目标和时间限制的专注冲刺 |
| 结束冲刺并记录完成率 |
| 全面的编排概览:智能体、任务、冲刺、锁 |
| 按状态或智能体筛选浏览任务 |
安装
pip install mcp使用方法
运行服务器
python server.pyClaude Desktop 配置
{
"mcpServers": {
"agent-orchestrator": {
"command": "python",
"args": ["/path/to/agent-orchestrator-mcp/server.py"]
}
}
}示例工作流
1. 创建智能体:
Tool: create_agent
Input: {"name": "Research Bot", "role": "researcher", "department": "research", "capabilities": ["web_search", "analysis"]}
Output: {"status": "created", "agent_id": "research_bot", "role": "researcher"}2. 委派任务:
Tool: delegate_task
Input: {"task": "Research competitor pricing models", "capability": "web_search", "priority": "high"}
Output: {"status": "delegated", "task_id": "a1b2c3d4", "agent_id": "research_bot"}3. 协调文件访问:
Tool: acquire_files
Input: {"agent_id": "research_bot", "files": ["report.md", "data.json"], "task_id": "a1b2c3d4", "exclusive": true}
Output: {"status": "acquired", "files": ["report.md", "data.json"]}4. 完成任务:
Tool: complete_task
Input: {"task_id": "a1b2c3d4", "agent_id": "research_bot", "result_summary": "Found 5 competitor pricing tiers...", "care_score": 0.8}
Output: {"status": "completed", "task_id": "a1b2c3d4"}5. 查看仪表板:
Tool: get_dashboard
Output: {"agents": {"total": 3, "active": 3, "avg_trust": 0.52}, "tasks": {"total": 12, "by_status": {"completed": 8, "assigned": 4}}, ...}信任系统
智能体通过成功完成任务来积累信任度:
成功完成任务:信任度 += 0.02 x 关注度得分 (最高 1.0)
任务失败:信任度 -= 0.05 (最低 0.0)
自动路由优先选择信任度更高的智能体
信任度在会话间持久保存
数据存储
所有数据持久化存储在 ~/.mcp-agents/ 中:
agents.json- 智能体注册表tasks.json- 任务历史记录sprints.json- 冲刺记录
定价
层级 | 限制 | 价格 |
免费版 | 每天 100 次调用,最多 10 个智能体 | $0 |
专业版 | 无限智能体,Webhook 通知,LLM 驱动的路由 | $9/月 |
企业版 | 定制 + 团队共享 + 审计日志 + SSO | 联系我们 |
许可证
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/CSOAI-ORG/agent-orchestrator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server