AIAny
Icon for item

MCP Shrimp Task Manager

Turns natural-language requirements into a dependency-aware graph of atomic, testable dev tasks for AI coding agents. Adds cross-session memory and a plan-reflect loop that forces the agent to think through each step before writing code.

Introduction

Coding agents are great at writing a single function and terrible at holding a multi-step plan in their head. Shrimp's bet is that the missing piece isn't a smarter model but an external task graph the agent is forced to consult: requirements become atomic tasks with explicit dependencies, and the agent must plan, reflect, and check off each node before moving on — so progress survives context resets instead of evaporating when the conversation scrolls.

What Sets It Apart
  • Tasks are a dependency graph, not a flat checklist: the server tracks which units block which, so an agent can't skip ahead to work whose prerequisites aren't done — useful when one prompt would otherwise produce half-finished, out-of-order edits.
  • Persistence is the real feature. Task state and progress live outside the chat, so a fresh session (or a crashed one) picks up exactly where the last left off — the usual failure mode where an agent forgets what it already built.
  • A built-in research mode and reflection step push the agent to investigate options and critique its own plan before generating code, trading a few extra turns for fewer dead-end rewrites.
  • Ships with a React task viewer so a human can watch the agent's plan unfold and intervene, rather than trusting an opaque autonomous run.
Who It's For

Great fit if you drive a coding agent (Claude Code, Cline, Claude Desktop) through large, multi-file features and keep losing the thread across sessions. Look elsewhere if your work is one-shot scripts or quick edits — the overhead of decomposing requirements into a tracked graph only pays off when the task is big enough to outlive a single context window, and it adds a planning layer some workflows won't want.

Information

  • Websitegithub.com
  • Authorscjo4m06
  • Published date2025/04/11

Categories

More Items

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.