Price Per TokenPrice Per Token

Shrimp MCP Server

by cjo4m06

0

About

Shrimp Task Manager is an intelligent task management system designed specifically for AI-powered development workflows. It transforms complex project requirements into structured, trackable development tasks while maintaining context across multiple sessions. Key capabilities: - Converts natural language prompts into organized development tasks with dependency tracking - Supports chain-of-thought reasoning and iterative refinement for AI agents - Maintains persistent project context across sessions, preventing context loss - Enforces style consistency throughout the development lifecycle - Enables agent-like developer behavior with reflection capabilities for reasoning systems

README

๐Ÿ‡บ๐Ÿ‡ธ 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.

[](https://www.youtube.com/watch?v=Arzu0lV09so)

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

[](https://smithery.ai/server/@cjo4m06/mcp-shrimp-task-manager)

๐Ÿš€ 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
    

    Other AI Clients

    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)

    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

    </p></div></div><div class=

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81