memory for Cline
io.github.velixarai/memory
Persistent memory for AI assistants. Store, search, and recall across sessions.
client:Cline
transport:stdio
runtime:npm
Install 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": {
"memory": {
"command": "npx",
"args": [
"-y",
"velixar-mcp-server"
],
"env": {
"VELIXAR_API_KEY": "<VELIXAR_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs