Loading...

Shrimp Task Manager is an MCP server for AI-assisted development, providing persistent memory, structured workflows, and smart task decomposition for efficient project management.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Shrimp Task Manager is an MCP server for AI-assisted development, providing persistent memory, structured workflows, and smart task decomposition for efficient project management.
Shrimp Task Manager offers significant productivity enhancements but requires careful configuration. It is relatively safe when used with well-defined project rules and close monitoring. Risks increase when used with untrusted code or without proper security measures for the data directory and web GUI.
Performance depends on the complexity of the tasks and the efficiency of the AI agent. Large projects may require significant resources.
Cost depends on the AI agent's pricing model (e.g., API calls, token usage) and the resources consumed during task execution.
npx -y{
"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"
}
}
}
}ENABLE_GUIinit project rulesInitializes project standards by creating or updating configuration files.
Modifies project configuration files.
plan taskCreates a task plan based on a given description, breaking it down into subtasks.
Analyzes requirements and generates a plan without executing code.
execute taskExecutes a specific task, potentially modifying files and running commands.
Can execute arbitrary code and modify the file system.
continuous modeExecutes all tasks sequentially, automating the development workflow.
Automates potentially dangerous operations without human intervention.
list tasksShows all tasks and their status.
Read-only operation that displays task information.
researchEnters research mode to explore technologies and solutions.
Gathers information without modifying the system.
reflect taskReviews and improves a task based on its previous execution.
May modify task plans based on reflection.
None
cloud
Shrimp Task Manager offers significant productivity enhancements but requires careful configuration. It is relatively safe when used with well-defined project rules and close monitoring. Risks increase when used with untrusted code or without proper security measures for the data directory and web GUI.
Autonomy level depends on the commands used and the configuration of the AI agent. Exercise caution when enabling continuous mode or executing tasks without review.
Production Tip
Implement thorough testing and monitoring to detect and mitigate potential issues in production.
It specifies the directory where Shrimp Task Manager stores its data, including task information and project configurations.
Set the ENABLE_GUI environment variable to true.
Yes, Shrimp Task Manager is compatible with any MCP-compatible AI client, such as Cline and Claude Desktop.
Use the 'init project rules' command to initialize project standards. This will create or update configuration files that define coding rules.
It executes all tasks sequentially, automating the development workflow. Use with caution, as it can perform potentially dangerous operations without human intervention.
Please see the Contributing Guide for details on how to contribute to the project.
Currently, there is no built-in dry-run mode. However, you can manually review the task plan before executing it.