Best for
- AI-assisted development requiring long-term project context.
- Integration with MCP-compatible coding assistants like Claude Code and Cline.
- Developers wanting structured task management to increase efficiency.
Shrimp Task Manager is an MCP server for AI agents, emphasizing chain-of-thought and reflection. It provides structured task decomposition, dependency tracking, and persistent memory. It is suitable for integration with MCP-compatible coding assistants, but requires user configuration and setup of a data directory.
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems. It is an MCP server that provides persistent memory, structured workflows, smart decomposition, and context preservation, helping AI agents avoid losing context or repeating work in software development.
{
"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"
}
}
}
}