Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

memory in other clients