Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
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.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
AI-powered task manager that breaks down coding projects into structured, dependency-tracked tasks with persistent memory for agents.
$ npx skillcity@latest cjo4m06/mcp-shrimp-task-managerAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y mcp-shrimp-task-manager
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"mcp-shrimp-task-manager": {
"command": "npx",
"args": [
"-y",
"mcp-shrimp-task-manager"
]
}
}
}Loading README…