MCP Shrimp Task Manager

A structured task management MCP server for AI coding agents that provides intelligent task decomposition, dependency tracking, persistent JSON-based storage, and a React web UI, enabling agents to plan and execute complex multi-step development workflows with chain-of-thought reflection.

Evaluated Mar 06, 2026 (0d ago) vlatest
Homepage ↗ Repo ↗ Developer Tools task-manager ai-agent chain-of-thought reflection typescript react planning
⚙ Agent Friendliness
74
/ 100
Can an agent use this?
🔒 Security
72
/ 100
Is it safe for agents?
⚡ Reliability
68
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
75
Documentation
75
Error Messages
55
Auth Simplicity
82
Rate Limits
68

🔒 Security

TLS Enforcement
85
Auth Strength
70
Scope Granularity
62
Dep. Hygiene
78
Secret Handling
68

Agent task management MCP. Local persistence for task state. No remote auth by default. Task data may include sensitive agent context — protect storage.

⚡ Reliability

Uptime/SLA
68
Version Stability
70
Breaking Changes
65
Error Recovery
68
AF Security Reliability

Best When

You are running an autonomous AI coding agent (Claude Code, Cline) on a multi-day project and need it to maintain structured task state, reflect on progress, and avoid losing context between sessions.

Avoid When

Your tasks are short-lived and single-session; the overhead of planning, decomposition, and GUI adds unnecessary complexity for simple requests.

Use Cases

  • Breaking down large software projects into atomic, trackable tasks for an AI coding agent
  • Maintaining task state and dependencies across long, multi-session development efforts
  • Running a research-then-implement loop where the agent reflects before acting

Not For

  • Simple, single-turn coding tasks that do not need persistent state
  • Teams looking for a human-facing project management tool (this is agent-first)
  • Environments where installing a local Node.js server is not feasible

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: env_var
OAuth: No Scopes: No

No external auth; DATA_DIR env var controls storage location. Optional WEB_PORT for the GUI.

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

MIT licensed; entirely self-hosted.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • DATA_DIR must be set; without it, task data is ephemeral and lost on restart.
  • Task IDs are opaque; agents must list tasks to find IDs before referencing them.
  • Multi-language prompt support (PROMPT_LANGUAGE) can cause unexpected prompt template mismatches if misconfigured.
  • Web GUI (ENABLE_GUI=true) exposes task data on the network; no authentication on the GUI by default.

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for MCP Shrimp Task Manager.

$99

Scores are editorial opinions as of 2026-03-06.

5220
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered