Skip to main content
Glama

MCP Orchestrator Server

by mokafari

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

  • タスクグループ
  • 分析
  • ダッシュボード

ライセンス

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

-
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
        7
        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 -
        16
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A task management Model Context Protocol server that helps break down user requests into manageable tasks with subtasks, dependencies, and notes, while enforcing a structured workflow with user approval steps.
        Last updated -
        17
        565
        10
        JavaScript
        MIT License
      • 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
        565
        15
        JavaScript
        MIT License
        • Linux
        • Apple

      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