Odel
agent loop mcp

agent loop mcp

Local
@meharajmJavaScriptUpdated 1mo ago

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).

npm@mhrj/mcp-agent-loopv1.0.3

Run

npx -y @mhrj/mcp-agent-loop

MCP client config

{
  "mcpServers": {
    "agent-loop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mhrj/mcp-agent-loop"
      ]
    }
  }
}