moo-tasks (shekarsiri/moo-tasks) is an MCP server listed on the M8ven Trust Index. It scores 64 out of 100, grade C. It declares 54 tools. No publisher has claimed this listing.
MCP server for agentic task orchestration and management, enabling AI agents to create goals, plan tasks with acceptance criteria, track dependencies, request human input, and provide proof of completion.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
shekarsiri
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
moo_create_goalRecord a human user request verbatim as an overarching Goal with rich Markdown PRD/spec. Tasks will link back to this goal. Caps open tasks to prevent over-planning.
moo_get_goalGet full details of a goal including rich markdown PRD/spec, status metrics, and all child tasks.
moo_update_goalUpdate goal details: rich markdown PRD/specification, title, verbatim prompt, max open tasks cap, or status.
moo_list_goalsList all project goals and their statuses (active, completed, dropped).
moo_get_goal_statusCheck goal coverage, open tasks vs cap, loose ends (uncompleted tasks), and completion metrics.
moo_kill_goalDrop an entire goal and cascade drop all open tasks under it in one action with a mandatory reason.
moo_reopen_goalReopen a dropped or completed goal and optionally reopen its tasks.
moo_create_taskCreate a task under a goal (or standalone) with detailed technical description, acceptance criteria, type, tags, priority, declared files, and dependencies.
moo_create_tasks_batchBatch create multiple tasks under a goal with full technical descriptions, criteria, types, tags, and dependencies in a single operation.
moo_update_taskUpdate task properties: title, description, type, tags, priority, acceptance criteria, declared files, goal, or deferred state.
moo_link_dependenciesLink one or more prerequisite blocker tasks to a task with cycle validation.
moo_unlink_dependenciesUnlink a prerequisite blocker task from a task.
moo_get_next_taskAuto-surface the next unblocked, highest-priority task ready for execution from the active ready queue, with optional file conflict avoidance for parallel agent swarms.
moo_get_taskRetrieve full task details, subtasks, dependencies, notes, and evidence.
moo_list_tasksList and filter tasks by goal, status, priority, type, tag, agent, deferred state, or search text.
moo_claim_taskClaim a task exclusively before starting work. Verifies lease, agent concurrency limit, loop count, and file touch conflicts.
moo_heartbeat_taskRenew active lease on claimed task while performing long-running work.
moo_release_taskVoluntarily release a claimed task back to the todo queue with optional progress notes.
moo_handoff_taskHandoff an in-flight claimed task from one agent to another with handoff summary.
moo_complete_taskClose a task with mandatory proof of work: commands run, output logs, modified files, and test proofs. Optionally auto-claim next unblocked task.
moo_complete_and_claim_nextAtomically complete a task with proof and immediately claim the next unblocked ready task under the same goal in a single LLM tool call.
moo_verify_taskMark a task verified done by human or verification subagent.
moo_reject_taskReject a closed task with a mandatory reason, moving it back to todo and incrementing reopen counter.
moo_ask_humanEscalate a question/blocker to the human user with optional selectable choices and transition task to waiting-on-human.
moo_get_human_inboxGet the queue of all tasks currently waiting on human answers or decisions.
moo_answer_humanProvide an answer to a task waiting on human guidance, automatically resuming it into the ready queue.
moo_capture_discovered_workCapture unexpected work found mid-task without dropping current claim. Can be marked must-fix-now (blocker) or deferred.
moo_add_task_noteAppend an immutable, timestamped note to a task (e.g. what was tried, reason for failure, architecture insight).
moo_list_task_notesList all timestamped notes and attempt logs for a task.
moo_log_attempt_failureLog a structured attempt failure note with error snippet, failure category, hypothesis, and next plan. Increments task attempt counter and automatically escalates to human if loop threshold is exceeded.
moo_drop_taskDrop a task with a mandatory reason (no approval step required).
moo_reopen_taskReopen a done or dropped task without losing history, incrementing reopen counter.
moo_undo_status_changeUndo the last status transition for a task, rolling back to its previous state.
moo_bulk_drop_tasksDrop multiple tasks in a single operation with a shared mandatory reason.
moo_bulk_reopen_tasksReopen multiple done or dropped tasks back into the todo queue.
moo_record_decisionRecord a project-level architectural decision with rationale that outlives individual tasks.
moo_list_decisionsList project architectural decisions so settled questions stay settled during planning.
moo_supersede_decisionSupersede an existing architectural decision with a new choice and rationale.
moo_merge_tasksMerge two tasks that turn out to be duplicates, moving dependencies and subtasks.
moo_session_resumeWhere-did-I-leave-off overview on session start: surfaces abandoned doing tasks, waiting-on-human, ready queue, settled decisions, and orphan tasks.
moo_get_compact_contextUltra-dense token-optimized context block with active goal, claimed task, acceptance criteria, settled decisions, and file locks. Ideal for system prompt injection.
moo_check_file_lockPre-check if specific files are currently locked by another agent holding an active claim, preventing edit collisions.
moo_searchFull-text ranked search (SQLite FTS5) across tasks, acceptance criteria, and architectural decisions (ADR).
moo_get_file_contextRetrieve file-centric historical context: active file locks, past completed tasks, recent notes, and relevant architectural decisions for specific files before modifying code.
moo_quick_startFast-path vibe coding tool: Atomically creates a task under a goal and claims it exclusively in a single round-trip, setting declared files, type, tags, and lease duration.
moo_checkpointFast progress checkpoint: Appends a timestamped progress note to the in-flight task and optionally extends lease heartbeat in one call.
moo_import_markdownParse a markdown plan, PRD, or task checklist into a Goal and atomic Tasks with dependencies.
moo_export_projectExport all goals, tasks, notes, and decisions in Markdown, JSON, or Plain Text format.
moo_archive_completedArchive completed and dropped tasks out of the active working list.
moo_list_workspacesList all registered project workspaces in the global Moo Tasks registry with their paths and git remotes.
moo_get_workspaceGet details of the active workspace or a specific workspace by ID, name, or folder path.
moo_register_workspaceRegister a new project directory as a workspace in the global Moo Tasks database.
moo_update_workspaceUpdate a workspace's display name or git remote URL.
moo_delete_workspaceUnregister/delete a workspace from the global registry.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
@fastify/static vulnerable to route guard bypass via path traversal
Fastify's Content-Type header tab character allows body validation bypass
@fastify/static vulnerable to Authorization Bypass via Non-Canonical URL Paths
fastify: request.protocol and request.host Spoofable via X-Forwarded-Proto/Host from Untrusted Connections
Fastify Vulnerable to DoS via Unbounded Memory Allocation in sendWebStream
MOO_DB_PATHMOO_HOMETool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
54/54 tools missing one or more hints — moo_create_goal (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); moo_get_goal (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); moo_update_goal (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +51 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Tool test coverage
27/54 tools referenced in tests (50%)
Write tests that reference each tool by name so every tool has at least one test.
Tests pass
npm test failed — tests do not pass
Make sure npm test runs cleanly. Common cause: missing build step or missing env vars.
Shell command execution
6 calls in production code run through a shell (src/services/workspace-service.ts:14, src/infrastructure/git/git-context.ts:7, src/infrastructure/git/git-context.ts:13)
Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.
Production dependencies are patched
0 critical, 2 high severity in production deps — @fastify/static@7.0.4 (high), fastify@4.29.1 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/shekarsiri/moo-tasks)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check