MCPHub LabRegistrymcp-shrimp-task-manager
cjo4m06

mcp shrimp task manager

Built by cjo4m06 โ€ข 2,061 stars

What is mcp shrimp task manager?

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.

How to use mcp shrimp task manager?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add mcp shrimp task manager using the following command: npx @modelcontextprotocol/mcp-shrimp-task-manager 4. Restart the client and verify the new tools are active.
๐Ÿ›ก๏ธ Scoped (Restricted)
npx @modelcontextprotocol/mcp-shrimp-task-manager --scope restricted
๐Ÿ”“ Unrestricted Access
npx @modelcontextprotocol/mcp-shrimp-task-manager

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

mcp shrimp task manager FAQ

Q

Is mcp shrimp task manager safe?

Yes, mcp shrimp task manager follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is mcp shrimp task manager up to date?

mcp shrimp task manager is currently active in the registry with 2,061 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for mcp shrimp task manager?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

๐Ÿ‡บ๐Ÿ‡ธ English | ๐Ÿ‡ฉ๐Ÿ‡ช Deutsch | ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol | ๐Ÿ‡ซ๐Ÿ‡ท Franรงais | ๐Ÿ‡ฎ๐Ÿ‡น Italiano | ๐Ÿ‡ฎ๐Ÿ‡ณ เคนเคฟเคจเฅเคฆเฅ€ | ๐Ÿ‡ฐ๐Ÿ‡ท ํ•œ๊ตญ์–ด | ๐Ÿ‡ง๐Ÿ‡ท Portuguรชs | ๐Ÿ‡ท๐Ÿ‡บ ะ ัƒััะบะธะน | ๐Ÿ‡จ๐Ÿ‡ณ ไธญๆ–‡

MCP Shrimp Task Manager

๐Ÿฆ Intelligent task management for AI-powered development - Break down complex projects into manageable tasks, maintain context across sessions, and accelerate your development workflow.

<div align="center">

Shrimp Task Manager Demo

Watch Demo Video โ€ข Quick Start โ€ข Documentation

smithery badge <a href="https://glama.ai/mcp/servers/@cjo4m06/mcp-shrimp-task-manager"><img width="380" height="200" src="https://glama.ai/mcp/servers/@cjo4m06/mcp-shrimp-task-manager/badge" alt="Shrimp Task Manager MCP server" /></a>

</div>

๐Ÿš€ Quick Start

Prerequisites

  • Node.js 18+
  • npm or yarn
  • MCP-compatible AI client (Claude Code, etc.)

Installation

Installing Claude Code

Windows 11 (with WSL2):

# First, ensure WSL2 is installed (in PowerShell as Administrator)
wsl --install

# Enter Ubuntu/WSL environment
wsl -d Ubuntu

# Install Claude Code globally
npm install -g @anthropic-ai/claude-code

# Start Claude Code
claude

macOS/Linux:

# Install Claude Code globally
npm install -g @anthropic-ai/claude-code

# Start Claude Code
claude

Installing Shrimp Task Manager

# Clone the repository
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager

# Install dependencies
npm install

# Build the project
npm run build

Configure Claude Code

Create a .mcp.json file in your project directory:

{
  "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"
      }
    }
  }
}

Example configuration:

{
  "mcpServers": {
    "shrimp-task-manager": {
      "command": "node",
      "args": ["/home/fire/claude/mcp-shrimp-task-manager/dist/index.js"],
      "env": {
        "DATA_DIR": "/home/fire/claude/project/shrimp_data",
        "TEMPLATES_USE": "en",
        "ENABLE_GUI": "false"
      }
    }
  }
}

Then start Claude Code with your custom MCP configuration:

claude --dangerously-skip-permissions --mcp-config .mcp.json
<details> <summary><b>Other AI Clients</b></summary>

Cline (VS Code Extension): A VS Code extension for AI-assisted coding. Add to VS Code settings.json under cline.mcpServers

Claude Desktop: Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

</details>

Start Using

  1. Initialize your project: "init project rules"
  2. Plan a task: "plan task: implement user authentication"
  3. Execute tasks: "execute task" or "continuous mode"

๐Ÿ’ก What is Shrimp?

Shrimp Task Manager is an MCP (Model Context Protocol) server that transforms how AI agents approach software development. Instead of losing context or repeating work, Shrimp provides:

  • ๐Ÿง  Persistent Memory: Tasks and progress persist across sessions
  • ๐Ÿ“‹ Structured Workflows: Guided processes for planning, execution, and verification
  • ๐Ÿ”„ Smart Decomposition: Automatically breaks complex tasks into manageable subtasks
  • ๐ŸŽฏ Context Preservation: Never lose your place, even with token limits

โœจ Core Features

Task Management

  • Intelligent Planning: Deep analysis of requirements before implementation
  • Task Decomposition: Break down large projects into atomic, testable units
  • Dependency Tracking: Automatic management of task relationships
  • Progress Monitoring: Real-time status tracking and updates

Advanced Capabilities

  • ๐Ÿ”ฌ Research Mode: Systematic exploration of technologies and solutions
  • ๐Ÿค– Agent System: Assign specialized AI agents to specific tasks (Learn more)
  • ๐Ÿ“ Project Rules: Define and maintain coding standards across your project
  • ๐Ÿ’พ Task Memory: Automatic backup and restoration of task history

Web Interfaces

๐Ÿ–ฅ๏ธ Task Viewer

Modern React interface for visual task management with drag-and-drop, real-time search, and multi-profile support.

Quick Setup:

cd tools/task-viewer
npm install
npm run start:all
# Access at http://localhost:5173

๐Ÿ“– Full Task Viewer Documentation

<kbd><img src="tools/task-viewer/task-viewer-interface.png" alt="Task Viewer Interface" width="600"/></kbd>

๐ŸŒ Web GUI

Optional lightweight web interface for quick task overview.

Enable in .env: ENABLE_GUI=true

๐Ÿ“š Documentation

๐ŸŽฏ Common Use Cases

<details> <summary><b>Feature Development</b></summary>
Agent: "plan task: add user authentication with JWT"
# Agent analyzes codebase, creates subtasks

Agent: "execute task"
# Implements authentication step by step
</details> <details> <summary><b>Bug Fixing</b></summary>
Agent: "plan task: fix memory leak in data processing"
# Agent researches issue, creates fix plan

Agent: "continuous mode"
# Executes all fix tasks automatically
</details> <details> <summary><b>Research & Learning</b></summary>
Agent: "research: compare React vs Vue for this project"
# Systematic analysis with pros/cons

Agent: "plan task: migrate component to chosen framework"
# Creates migration plan based on research
</details>

๐Ÿ› ๏ธ Configuration

Environment Variables

Create a .env file:

# Required
DATA_DIR=/path/to/data/storage

# Optional
ENABLE_GUI=true          # Enable web GUI
WEB_PORT=3000           # Custom web port
PROMPT_LANGUAGE=en      # Prompt language (en, zh, etc.)

Available Commands

CommandDescription
init project rulesInitialize project standards
plan task [description]Create a task plan
execute task [id]Execute specific task
continuous modeExecute all tasks sequentially
list tasksShow all tasks
research [topic]Enter research mode
reflect task [id]Review and improve task

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐ŸŒŸ Credits

Created by cjo4m06 and maintained by the community.


<p align="center"> <a href="https://github.com/cjo4m06/mcp-shrimp-task-manager">GitHub</a> โ€ข <a href="https://github.com/cjo4m06/mcp-shrimp-task-manager/issues">Issues</a> โ€ข <a href="https://github.com/cjo4m06/mcp-shrimp-task-manager/discussions">Discussions</a> </p>

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

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