MCP Catalogs
Homemcp-shrimp-task-manager screenshot

mcp-shrimp-task-manager

by cjo4m06·2,100·Score 51

MCP server for intelligent task management that breaks down complex projects into structured dev tasks with dependency tracking.

developer-toolsproductivityai-llm
248
Forks
41
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

Shrimp Task Manager is a sophisticated MCP server designed specifically for AI-powered development workflows. It transforms natural language requirements into structured development tasks while maintaining context across sessions and preserving progress. The server provides intelligent task decomposition, dependency tracking, and iterative refinement capabilities, enabling AI agents to maintain developer-like behaviors throughout complex projects.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Feature development: AI agents can plan and implement features by breaking them into subtasks
you:Bug fixing: Systematic identification and resolution of issues with dependency tracking
you:Research projects: Systematic exploration of technologies and solutions
you:What AI clients are compatible with Shrimp Task Manager?
you:How does Shrimp handle task dependencies?

When to choose this

Choose Shrimp when working with AI agents on complex software development projects that require task breakdown, dependency management, and persistent context across sessions.

When NOT to choose this

Avoid if you need simple task management without AI integration, or if you prefer a lightweight solution without the overhead of a dedicated MCP server.

Tools this server exposes

7 tools extracted from the README
  • init_project_rules

    Initialize project standards and coding rules

  • plan_task

    Create a task plan by breaking down requirements into subtasks

  • execute_task

    Execute a specific task by ID

  • continuous_mode

    Execute all tasks sequentially

  • list_tasks

    Show all tasks with their status and dependencies

  • research

    Enter research mode to systematically explore technologies and solutions

  • reflect_task

    Review and improve a completed task

Comparable tools

mcp-githubmcp-jiramcp-todoistmcp-notion

Installation

Installation

  1. Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager
  1. Install dependencies and build:
npm install
npm run build
  1. Configure your MCP client (e.g., Claude Desktop):
{
  "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"
      }
    }
  }
}
  1. Start your MCP client with the configuration.

FAQ

What AI clients are compatible with Shrimp Task Manager?
Shrimp Task Manager is compatible with Claude Code, Claude Desktop, and Cline (VS Code extension). It can be integrated with any MCP-compatible AI client.
How does Shrimp handle task dependencies?
Shrimp automatically tracks task relationships and dependencies, ensuring tasks are executed in the correct order. It provides visual dependency mapping in the Task Viewer interface.

Compare mcp-shrimp-task-manager with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.