task-mcp
by maxronner
task-mcp
带有代理声明/租约语义的 Taskwarrior MCP 服务器。
设置
所需的 Taskwarrior 配置
将以下内容添加到您的 ~/.taskrc 以启用声明元数据:
uda.owner_agent.type=string
uda.lease_until.type=date
uda.claimed_at.type=date
uda.last_renewed_at.type=date使用方法
bun run dist/index.jsMCP 工具
工具 | 描述 |
| 列出所有项目 |
| 列出任务(返回声明元数据) |
| 为代理声明一个任务 |
| 释放声明 |
| 创建一个新任务(返回带有 uuid 的任务负载) |
| 更新任务(需要声明) |
| 完成任务(需要声明) |
声明规则
代理在修改任务之前必须先声明它
同一代理可以续订其声明
不同代理不能窃取活动的租约
过期的租约被视为未声明
开发
bun install
bun run dev
bun run testResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/maxronner/taskwarrior-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server