Nuzo Memory for Cline
io.github.fabionfsc/nuzo-memory
Local-first, auditable memory for MCP-compatible AI agents with explicit writes and SQLite storage.
client:Cline
transport:stdio
runtime:npm
Install Nuzo 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": {
"nuzo-memory": {
"command": "npx",
"args": [
"-y",
"@nuzo/memory-mcp"
],
"env": {
"NUZO_MEMORY_STORE": "<NUZO_MEMORY_STORE>",
"NUZO_MEMORY_SCOPE": "<NUZO_MEMORY_SCOPE>",
"NUZO_AUTHORIZED_SCOPES": "<NUZO_AUTHORIZED_SCOPES>",
"NUZO_PROJECT_ROOT": "<NUZO_PROJECT_ROOT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs