
mcp-shrimp-task-manager
by cjo4m06·★ 2,100·Score 51
MCP server for intelligent task management that breaks down complex projects into structured dev tasks with dependency tracking.
Overview
Shrimp Task Manager is a sophisticated MCP server designed specifically for AI-powered development workflows. It transforms natural language requirements into structured development tasks while maintaining context across sessions and preserving progress. The server provides intelligent task decomposition, dependency tracking, and iterative refinement capabilities, enabling AI agents to maintain developer-like behaviors throughout complex projects.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Shrimp when working with AI agents on complex software development projects that require task breakdown, dependency management, and persistent context across sessions.
When NOT to choose this
Avoid if you need simple task management without AI integration, or if you prefer a lightweight solution without the overhead of a dedicated MCP server.
Tools this server exposes
7 tools extracted from the READMEinit_project_rulesInitialize project standards and coding rules
plan_taskCreate a task plan by breaking down requirements into subtasks
execute_taskExecute a specific task by ID
continuous_modeExecute all tasks sequentially
list_tasksShow all tasks with their status and dependencies
researchEnter research mode to systematically explore technologies and solutions
reflect_taskReview and improve a completed task
Comparable tools
Installation
Installation
- Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager- Install dependencies and build:
npm install
npm run build- Configure your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"shrimp-task-manager": {
"command": "node",
"args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"],
"env": {
"DATA_DIR": "/path/to/your/shrimp_data",
"TEMPLATES_USE": "en",
"ENABLE_GUI": "false"
}
}
}
}- Start your MCP client with the configuration.
FAQ
- What AI clients are compatible with Shrimp Task Manager?
- Shrimp Task Manager is compatible with Claude Code, Claude Desktop, and Cline (VS Code extension). It can be integrated with any MCP-compatible AI client.
- How does Shrimp handle task dependencies?
- Shrimp automatically tracks task relationships and dependencies, ensuring tasks are executed in the correct order. It provides visual dependency mapping in the Task Viewer interface.
Compare mcp-shrimp-task-manager with
Last updated · Auto-generated from public README + GitHub signals.