MCP Shrimp Task Manager — Summary
MCP Shrimp Task Manager (cjo4m06/mcp-shrimp-task-manager) is an MCP server that transforms natural language task requests into structured development tasks with dependency tracking, chain-of-thought reflection, and iterative refinement. It is focused on AI Agents (Claude Code, Cursor, RooCode, Windsurf) and provides 16 MCP tools covering task planning, execution, decomposition, verification, reflection, and research. A optional React-based Task Viewer web UI runs at localhost:5173 for human visibility. Template-driven prompts in src/prompts/templates_en/ allow full customization of agent behavior. The framework emphasizes "chain-of-thought, reflection, and style consistency" — the process_thought tool requires the AI to articulate reasoning before acting. Tasks persist in a JSON file across sessions.
Differs from seeds: closest to taskmaster-ai (MCP server, task decomposition, dependency tracking, JSON persistence, Cursor primary) but Shrimp adds chain-of-thought enforcement via process_thought tool, a reflect_task quality review step, customizable prompt templates, a built-in web UI, and an optional sub-agent assignment system per task.