loading…
Search for a command to run...
loading…
An MCP server for Taskwarrior that implements agent claim and lease semantics for task management. It enables agents to list, create, and modify tasks while ens
An MCP server for Taskwarrior that implements agent claim and lease semantics for task management. It enables agents to list, create, and modify tasks while ensuring mutual exclusion through a system where tasks must be claimed before they are updated.
MCP server for Taskwarrior with agent claim/lease semantics.
Add the following to your ~/.taskrc to enable claim metadata:
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
| Tool | Description |
|---|---|
project_list |
List all projects |
list_tasks |
List tasks (returns claim metadata) |
claim_task |
Claim a task for an agent |
release_task |
Release a claim |
create_task |
Create a new task (returns task payload with uuid) |
update_task |
Update task (requires claim) |
complete_task |
Complete task (requires claim) |
bun install
bun run dev
bun run test
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"task-mcp": {
"command": "npx",
"args": []
}
}
}Read and write pages in your workspace
Issues, cycles, triage — from Claude
Search and read your Drive files
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).