live memory for Cline
io.github.shofer-dev/live-memory
Persistent, read-only codebase memory for Claude Code; ask it instead of re-reading files.
client:Cline
transport:stdio
runtime:pypi
Install live memory in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"live-memory": {
"command": "uvx",
"args": [
"shofer-live-memory"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs