live memory for Cursor
io.github.shofer-dev/live-memory
Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.
client:Cursor
transport:stdio
runtime:pypi
Install live memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"live-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs