mcp-registry/mcp-shrimp-task-manager

    ==================
      
       /// MCP ///
      /// MCP ///
        
    ==================
        
    [server:online]
    [protocol:ready]

mcp-shrimp-task-manager

by cjo4m06

Shrimp Task Manager – an MCP server that turns natural-language requests into structured development tasks with dependency tracking, reflection and web/GUI support for AI agents.

1.4k
162
Open Source

Installation

1. Prerequisites
• Node.js ≥ 18 and npm ≥ 9
• A valid OpenAI-compatible API key (set in OPENAI_API_KEY)
2. Clone the repository
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git cd mcp-shrimp-task-manager
3. Install dependencies
npm install # or: pnpm install / yarn install
4. Optional – install globally from npm
npm install -g mcp-shrimp-task-manager
5. Configuration
• Copy the example environment file if it exists (cp .env.example .env) or create .env with:
• Adjust PORT (default 3000) and any model/temperature settings as needed
OPENAI_API_KEY=your-api-key MODEL=gpt-4o-mini # any supported model
6. Start the MCP server locally
npm run dev # nodemon / ts-node hot reload # or production npm run build && npm start # or if installed globally shrimp-tm start
7. Verify
Open http://localhost:3000/health to see {"status":"ok"} Docker (optional) docker build -t shrimp-tm . docker run -e OPENAI_API_KEY=... -p 3000:3000 shrimp-tm

Documentation

License: MIT License
Updated 7/30/2025

Table of Contents