Skip to content
Cline

mcp memory graph for Cline

io.github.yonasvalentin/mcp-memory-graph

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

client:Cline transport:stdio runtime:npm

Install mcp memory graph 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": {
    "mcp-memory-graph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-memory-graph"
      ],
      "env": {
        "MCP_MEMORY_DB_PATH": "<MCP_MEMORY_DB_PATH>",
        "MCP_MEMORY_MODEL": "<MCP_MEMORY_MODEL>"
      }
    }
  }
}

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

mcp memory graph in other clients