herderp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@herderprevive a previous Claude Code session"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
herderp
A Claude Code plugin: a stdio MCP server wrapping the herdr CLI with curated one-shot tools, plus session necromancy — find and read a previous Claude Code agent session from a herdr "space."
What it does
Curated herdr tools — one-shot MCP calls over the
herdrCLI instead of hand-typing it:agent list/get/read/wait,workspace create/focus,pane run/close,session list.Necromancy — point at a space (a herdr workspace id, label, project cwd, session name, or nothing) and:
necromancy_find_spaces— scan~/.claude/projects/*and live workspaces, present revivable candidates.necromancy_list_sessions— enumerate the dead sessions that lived in a space (disk is authoritative), ranked by recency, marked live vs dead, with a per-session preview.necromancy_anchors— deterministically regex-extract a session's "always grab" set (ask, final state, commits, PRs, versions, files touched, errors, test results, decisions) so a catch-up is grounded on evidence and misses nothing load-bearing. No model call.necromancy_outline/necromancy_search/necromancy_read— read a past session's turns in place: outline its shape, search it by keyword or regex, and pull specific turns back verbatim, all capped on count and bytes.
necromancyskill — drives the find-a-space → list → outline → search → read flow conversationally./herderp:ghostcommand — a one-shot catch-up: reads the previous session, or point it at an agent/space name and/or a session id to read a specific one. Get a plain summary of what it did and where it stopped, plus resume questions. Reading only — it never revives.
Related MCP server: Cursor Agent MCP Server
How reading works
Claude sessions persist on disk at ~/.claude/projects/<cwd-slug>/<uuid>.jsonl independent of herdr pane life (the slug maps each / and . in the cwd to -). Necromancy enumerates them from disk and reads their turns in place — no pane, no relaunch. The reader parses the raw jsonl, skips empty/oversized/malformed files by stat alone, and validates every session id against a strict UUID regex before touching the filesystem.
Requirements
bunonPATH(the server runs under bun; dependencies auto-install on first launch — nobun installneeded).A running
herdrserver and the Claude Code session store at~/.claude/projects. Both degrade gracefully with a clear message if absent.
Install
Via the rtd marketplace:
/plugin marketplace add ryanthedev/rtd-claude-inn
/plugin install herderp@rtdDevelopment
bun install
bun test # unit + integration (side-effect-free)
bun run start # boot the MCP server on stdioScope (v1)
Claude agents only; reading only (find, list, and read past sessions in place). Non-Claude agent kinds are a later seam.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryanthedev/herderp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server