Loading...
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"
}
}
}
}init 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.
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.