A
licenseB
qualityD
maintenanceA task management MCP server for AI-driven development, enabling creation, tracking, and organization of tasks with subtasks, priorities, and dependencies via natural language commands.
13
2 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: create, list (with optional filter), get by id, update status, delete. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern using snake_case (create_task, list_tasks, get_task, update_task_status, delete_task).
5 tools is well-scoped for a simple task manager, covering essential operations without unnecessary complexity.
While basic CRUD and status transition are covered, there is no general update tool to modify task fields like title or description, which is a notable gap.