Skip to main content
Glama

MCP オーケストレータ サーバー

バージョン 鍛冶屋のバッジ

MCP Orchestrator Serverは、Claude DesktopやClineなどのMCP対応LLMインスタンス間でタスク管理と調整機能を提供します。簡単に言えば、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

  • タスクグループ

  • 分析

  • ダッシュボード

ライセンス

マサチューセッツ工科大学

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
    13
    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 -
    30
    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
    62
    23
    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 -

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