Skip to main content
ClaudeWave
cjo4m06 avatar
cjo4m06

mcp-shrimp-task-manager

View on GitHub

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.

MCP Servers2.1k stars254 forksJavaScriptMITUpdated 9mo ago
Editor's note

MCP Shrimp Task Manager is a Node.js MCP server that connects to Claude Code, Claude Desktop, and other MCP-compatible clients to give AI agents a structured task management layer for software development. It exposes tools for planning, decomposing, executing, and verifying tasks, converting natural language prompts like "plan task: implement user authentication" into dependency-tracked subtask graphs that persist across sessions. A standout capability is the Agent System, which lets users assign specialized AI agents to individual tasks, while Research Mode enables systematic exploration of technologies before implementation begins. The optional Task Viewer is a React web interface with drag-and-drop management and multi-profile support, accessible at localhost:5173, and a lightweight Web GUI can be enabled via an environment variable. Prompt templates are customizable and available in ten languages. The tool is primarily aimed at developers who use reasoning-oriented AI coding assistants and need consistent context retention, coding-standard enforcement through Project Rules, and iterative task refinement across long or multi-session projects.

ClaudeWave Trust Score
82/100
Trusted
Passed
  • Open-source license (MIT)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Flags
  • !Inactive (>180d)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-shrimp-task-manager": {
      "command": "node",
      "args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/cjo4m06/mcp-shrimp-task-manager and follow its README for install instructions.
Use cases

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agentaicodeagentcoding-assistantcursor-aicursoraimcpmcp-serverroocodetask-listtask-managertasksthought-processeswindsurfwindsurf-ai

What people ask about mcp-shrimp-task-manager

What is cjo4m06/mcp-shrimp-task-manager?

+

cjo4m06/mcp-shrimp-task-manager is mcp servers for the Claude AI ecosystem. 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 has 2.1k GitHub stars and was last updated 9mo ago.

How do I install mcp-shrimp-task-manager?

+

You can install mcp-shrimp-task-manager by cloning the repository (https://github.com/cjo4m06/mcp-shrimp-task-manager) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is cjo4m06/mcp-shrimp-task-manager safe to use?

+

Our security agent has analyzed cjo4m06/mcp-shrimp-task-manager and assigned a Trust Score of 82/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains cjo4m06/mcp-shrimp-task-manager?

+

cjo4m06/mcp-shrimp-task-manager is maintained by cjo4m06. The last recorded GitHub activity is from 9mo ago, with 41 open issues.

Are there alternatives to mcp-shrimp-task-manager?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-shrimp-task-manager to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: cjo4m06/mcp-shrimp-task-manager
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cjo4m06-mcp-shrimp-task-manager)](https://claudewave.com/repo/cjo4m06-mcp-shrimp-task-manager)
<a href="https://claudewave.com/repo/cjo4m06-mcp-shrimp-task-manager"><img src="https://claudewave.com/api/badge/cjo4m06-mcp-shrimp-task-manager" alt="Featured on ClaudeWave: cjo4m06/mcp-shrimp-task-manager" width="320" height="64" /></a>

More MCP Servers