Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -yConfig
{
"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"
}
}
}
}Exposed MCP Tools (7)
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.
Safety Assessment
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.
- Requires explicit configuration and initialization.
- Task execution can be monitored and controlled.
- Project rules can be defined to maintain coding standards.
- Optional web GUI can be disabled.
- Writes to the file system based on agent decisions.
- No built-in sandboxing for task execution.
- Relies on the security of the underlying Node.js environment.
- Potential for information disclosure if data directory is not properly secured.
- If web GUI is enabled, it introduces web-based attack surface.
