Shrimp Task Manager
π§MCP Servercjo4m06/mcp-shrimp-task-manager
Breaks down complex software development projects into manageable tasks, maintains contextual information across coding sessions, and streamlines AI-assisted development workflows.
Overview
An MCP server that provides intelligent task management for AI-powered development workflows. Shrimp Task Manager breaks down complex projects into manageable tasks, maintains context across sessions, and accelerates development by giving AI agents structured task tracking capabilities through the Model Context Protocol.
Key Features
- Task Decomposition - Breaks complex projects into structured, manageable tasks that AI agents can work through systematically
- Cross-Session Context - Maintains task state and progress across multiple AI sessions, preventing loss of project context
- Multi-Client Compatibility - Works with Claude Code, Cline (VS Code), and other MCP-compatible AI clients
- Optional GUI - Includes a configurable graphical interface that can be enabled via the
ENABLE_GUIenvironment variable - Multi-Language Support - Available in 10 languages including English, German, Spanish, French, Korean, Chinese, and more via configurable templates
Who is this for?
This MCP server is designed for developers using AI coding assistants who need structured task management to handle complex, multi-step projects. It is particularly valuable for teams working on large features or refactoring efforts where maintaining context and tracking progress across multiple AI sessions is essential.
Installation
claude mcp add shrimp-task-manager -e DATA_DIR=/path/to/your/shrimp_data -e TEMPLATES_USE=en -e ENABLE_GUI=false -- node /path/to/mcp-shrimp-task-manager/dist/index.js{
"mcpServers": {
"shrimp-task-manager": {
"command": "node",
...