ai memory for Cline
io.github.alphaonedev/ai-memory
Persistent memory for any AI — zero token cost until recall
client:Cline
transport:stdio
runtime:oci
Install ai 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": {
"ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alphaonedev/ai-memory:0.5.1"
],
"env": {
"AI_MEMORY_DB": "<AI_MEMORY_DB>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs