Skip to main content
Glama

MCP Orchestrator Server

by mokafari

MCP 오케스트레이터 서버

MCP 오케스트레이터 서버는 Claude Desktop이나 Cline과 같은 MCP 지원 LLM 인스턴스 전반에 걸쳐 작업 관리 및 조정 기능을 제공합니다. 간단히 말해, AI 에이전트가 인스턴스 전반에 걸쳐 작업을 생성, 공유 및 실행할 수 있도록 지원합니다.

특징

버전 1.1.0

  • 작업 업데이트 : 보류 중인 작업 수정
  • 안전 삭제 : 종속성 검사를 통해 작업 삭제
  • 사이클 감지 : 종속성 사이클 방지
  • 도구 목록 : 포괄적인 도구 문서
  • 향상된 상태 관리 : 향상된 작업 상태 전환

핵심 기능

  • 종속성을 사용한 작업 생성
  • 다중 인스턴스 조정
  • 영구 작업 저장소
  • 종속성 적용
  • 작업 상태 추적

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Orchestrator Server를 자동으로 설치하려면:

지엑스피1

수동 설치

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

  • 작업 그룹
  • 해석학
  • 계기반

특허

MIT

-
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 -
        19
        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
        441
        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