recall for Cursor
io.github.clauderecallhq/recall
Persistent memory for Claude Code. Search, recall, and re-inject context from any session.
client:Cursor
transport:stdio
runtime:npm
Install recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clauderecallhq/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs