agent loop mcp for Cursor
io.github.meharajm/agent-loop-mcp
Agentic memory manager. Install Skill: npx skills add meharajM/agent-loop-mcp
client:Cursor
transport:stdio
runtime:npm
Install agent loop mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-loop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mhrj/mcp-agent-loop"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs