Skip to main content
Glama

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.js

MCP 工具

工具

描述

project_list

列出所有项目

list_tasks

列出任务(返回声明元数据)

claim_task

为代理声明一个任务

release_task

释放声明

create_task

创建一个新任务(返回带有 uuid 的任务负载)

update_task

更新任务(需要声明)

complete_task

完成任务(需要声明)

声明规则

  • 代理在修改任务之前必须先声明它

  • 同一代理可以续订其声明

  • 不同代理不能窃取活动的租约

  • 过期的租约被视为未声明

开发

bun install
bun run dev
bun run test
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

Resources

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