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,293
173
JavaScript
MIT License
用于任务管理的模型上下文协议服务器。这允许 Claude Desktop(或任何 MCP 客户端)在基于队列的系统中管理和执行任务。
brew install node
安装)~/Library/Application Support/Claude/claude_desktop_config.json
您可以通过 Claude 桌面菜单找到它:
brew install node
安装)npm install -g tsx
)~/Library/Application Support/Claude/claude_desktop_config.json
将以下内容添加到您的 MCP 客户端的配置中:
TaskManager 支持两个主要操作阶段:
action
:“计划” | “执行” | “完成”tasks
:任务字符串数组(“计划”操作所需)taskId
:任务标识符(“完成”操作所需)getNext
:布尔标志,用于请求下一个任务(用于“执行”操作)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