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
AI Client2026

Transforms unstructured documents into strongly-typed Knowledge Abstracts with one CLI command, extracting entities and relations into graphs, hypergraphs, and spatio‑temporal structures. Includes 80+ templates, multiple RAG engines, local vLLM support, Obsidian export and an MCP server.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.