rememb for Cursor
io.github.luizedupp/rememb
Persistent memory for AI agents — local JSON, zero config, no server required.
client:Cursor
transport:stdio
runtime:pypi
Install rememb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rememb": {
"type": "stdio",
"command": "uvx",
"args": [
"rememb"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs