Skip to content
Cline

agent loop mcp for Cline

io.github.meharajm/agent-loop-mcp

Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp

client:Cline transport:stdio runtime:npm

Install agent loop mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent loop mcp in other clients