Skip to content
Cline

Memory for Cline

io.github.modelcontextprotocol/server-memory

Reference knowledge-graph memory server. Persists entities, relations and observations so an agent can remember facts across conversations.

client:Cline transport:stdio runtime:npm tools:9

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": {
    "server-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

What Cline can do once it is connected

Memory in other clients