Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | Yes | The directory where Shrimp Task Manager stores task data, conversation logs, and other information. This parameter must use an absolute path. | |
| ENABLE_GUI | No | Enables an optional web-based graphical user interface for task management when set to 'true'. | false |
| TEMPLATES_USE | No | Specifies the template set to use for prompts. Supports 'en' (English) and 'zh' (Traditional Chinese) by default, or a custom template directory name within DATA_DIR. | en |
| MCP_PROMPT_PLAN_TASK | No | Override Mode: Completely replace the default prompt for the task planning function. | |
| MCP_PROMPT_EXECUTE_TASK_APPEND | No | Append Mode: Add additional content to the existing prompt for the task execution function. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |