Verified

Shrimp Task Manager MCP Server

Break down complex projects into tasks and maintain context for AI coding assistants.

Data last scanned yesterday · Reviewed last month

162 dangerous tools7 tools2,134JavaScriptMIT

Overview

Shrimp Task Manager is an MCP server designed to support AI-assisted development by organizing workflows into manageable tasks. It allows developers to maintain project context across sessions, helping to streamline complex coding tasks within compatible AI clients like Claude Code and Cline.

Our verdict

This server carries a high risk level with a security score of 47/100. The repository has not been updated in nearly a year, with the last commit occurring 337 days ago. Due to this lack of recent maintenance and the lack of an official security review, it is best suited for experimental use rather than mission-critical production environments.

  • Supports multiple languages through extensive documentation
  • Small dependency footprint with only 7 direct dependencies
  • Open source project released under the MIT license
  • Inactivity evidenced by no commits in 337 days
  • Security architecture has not yet undergone formal review
  • Community-maintained rather than official vendor software

Setup

Claude Desktop
{
  "mcpServers": {
    "mcp-shrimp-task-manager": {
      "args": [
        "-y",
        "mcp-shrimp-task-manager"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
init project rulesInitialize project standardsmedium
plan taskCreate a task planmedium
execute taskExecute specific taskhigh
continuous modeExecute all tasks sequentiallyhigh
list tasksShow all taskslow
researchEnter research modelow
reflect taskReview and improve taskmedium

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What software do I need installed to run the Shrimp Task Manager?

You must have Node.js 18 or higher, along with npm or yarn, and an MCP-compatible AI client such as Claude Code, Cline, or Claude Desktop.

How do I configure the server for my AI client?

You must add the server to your client's configuration file (e.g., .mcp.json) and define the command as 'node' with the path to the 'dist/index.js' file as an argument.

Are there mandatory environment variables for the configuration?

Yes, you must define 'DATA_DIR' for your task data, 'TEMPLATES_USE' for the language template, and 'ENABLE_GUI' to specify whether the web interface is enabled.

Does this server include a visual interface?

Yes, the server includes a modern React task viewer and an optional lightweight Web GUI, which can be enabled by setting 'ENABLE_GUI=true' in your environment configuration.

Alternatives

Badge

Shrimp Task Manager MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.