recall for Cursor
io.github.recallworks/recall
Open-source MCP memory server. Persistent, searchable, tiered memory across sessions.
client:Cursor
transport:stdio
runtime:pypi
Install recall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"recall": {
"type": "stdio",
"command": "uvx",
"args": [
"ai-recallworks"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs