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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

종속성, 다중 인스턴스 협업, 지속적인 작업 추적을 통해 작업 관리를 용이하게 하는 작업 오케스트레이션 및 조정을 위한 서버입니다.

  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

      • -
        security
        F
        license
        -
        quality
        A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.
        Last updated -
        5
        3
        TypeScript
      • -
        security
        A
        license
        -
        quality
        A server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.
        Last updated -
        40
        MIT License
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A server that enables AI assistants to interact with Linear's project management tools through the Model Context Protocol, supporting features like searching, creating, and updating issues, adding comments, and retrieving user profiles and team information.
        Last updated -
        TypeScript
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.
        Last updated -
        1
        TypeScript

      View all related MCP servers

      ID: 6hfxiaiuwg