agent recall for Cursor
io.github.goldentrii/agent-recall
Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.
client:Cursor
transport:stdio
runtime:npm
Install agent recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-recall-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs