A
licenseNot graded
qualityB
maintenanceEnables coding agents to pick up, park, and hand off work on a shared task board with a DAG of work.
MIT
No user-submitted related servers found.
Scored across 6 tools
All six tools have clearly distinct purposes: create, get by ObjectID, get by slug, get frontier tasks, list with filters, and update. No functional overlap.
All tool names follow a consistent verb_noun snake_case pattern (e.g., create_dev_task, get_dev_task_by_slug, list_dev_tasks), making it easy to predict behavior.
Six tools strike a good balance, covering core CRUD plus a specialized frontier query without being too many or too few for a task management MCP server.
The tools cover creation, reading (multiple variants), listing, and updating. The only notable gap is the absence of a dedicated delete tool, though soft-delete is supported via list filtering.