
Agent Loop Mcp
Run stdio MCP agent-loop locally so coding agents persist and recall loop-oriented memory across long build and operate sessions.
Overview
Agent Loop MCP is a MCP server for the Build phase that manages agentic memory for long-running agent loops over stdio.
What is this MCP server?
- NPM package @mhrj/mcp-agent-loop (stdio transport, version 1.0.3)
- Described as agentic memory manager for long-running agent loops
- Optional install path: npx skills add meharajM/agent-loop-mcp
- GitHub: meharajM/agent-loop-mcp
- Package version 1.0.3
- Registry identifier: @mhrj/mcp-agent-loop
- Transport: stdio
What problem does it solve?
Long agent sessions lose decisions and partial work because nothing durable backs the loop beyond the context window.
Who is it for?
Indie builders running extended Claude Code or Cursor sessions on one codebase who want MCP-backed memory.
Skip if: Teams that already enforce all state in Notion or Git and want zero agent-side persistence.
What do I get? / Deliverables
Agents read and write loop memory through MCP so you iterate features and fixes with less re-explaining.
- Running stdio MCP memory manager for agent loops
- Cross-session recall for agent-driven build and iterate work
- Optional skills.sh skill install for documented workflows
Recommended MCP Servers
Journey fit
How it compares
Persistent agent-memory MCP, not a one-shot codegen skill or WhatsApp human-in-the-loop bridge.
Common Questions / FAQ
Who is agent-loop-mcp for?
Solo developers using MCP-capable agents who need durable loop memory across many tool calls on the same project.
When should I use agent-loop-mcp?
When builds or operate iterations span multiple sessions and you want the agent to recall prior loop state via MCP.
How do I add agent-loop-mcp to my agent?
Install @mhrj/mcp-agent-loop from npm, configure stdio MCP in your client, and optionally run npx skills add meharajM/agent-loop-mcp for the companion skill.