nanomem for Cline
io.github.ombansod2/nanomem
Memory that knows when a remembered fact has been replaced, not just when it was written.
client:Cline
transport:stdio
runtime:pypi
Install nanomem 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": {
"nanomem": {
"command": "uvx",
"args": [
"nanomem"
],
"env": {
"NANOMEM_VAULT": "<NANOMEM_VAULT>",
"NANOMEM_PASSWORD": "<NANOMEM_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs