A
securityA
licenseA
qualityModel Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Last updated -
10
1,397
28
JavaScript
MIT License
작업 관리를 위한 모델 컨텍스트 프로토콜 서버입니다. 이를 통해 Claude Desktop(또는 모든 MCP 클라이언트)은 큐 기반 시스템에서 작업을 관리하고 실행할 수 있습니다.
brew install node
통해 설치)~/Library/Application Support/Claude/claude_desktop_config.json
에서 Claude Desktop 구성 파일을 엽니다.Claude Desktop 메뉴를 통해 이 기능을 찾을 수 있습니다.
지엑스피1
brew install node
통해 설치)npm install -g tsx
를 통해 설치)~/Library/Application Support/Claude/claude_desktop_config.json
에 있는 Claude Desktop 구성을 수정하세요.MCP 클라이언트 구성에 다음을 추가하세요.
TaskManager는 두 가지 주요 작업 단계를 지원합니다.
action
: "계획" | "실행" | "완료"tasks
: 작업 문자열 배열("계획" 작업에 필요)taskId
: 작업 식별자("완료" 작업에 필요)getNext
: 다음 작업을 요청하기 위한 부울 플래그("실행" 작업용)You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop이 큐 기반 시스템에서 작업을 관리하고 실행하여 계획, 실행 및 완료 단계를 지원할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rudra-ravi/mcp-taskmanager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server