Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @mhrj/mcp-agent-loop
MCP client config
{
"mcpServers": {
"agent-loop-mcp": {
"command": "npx",
"args": [
"-y",
"@mhrj/mcp-agent-loop"
]
}
}
}