Skip to content
Cline

Graph-Mem for Cline

io.github.sathvik-1007/graphmem-mcp

Persistent knowledge-graph memory for AI agents, with local semantic search. No API keys.

client:Cline transport:stdio runtime:pypi

Install Graph-Mem 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": {
    "graphmem-mcp": {
      "command": "uvx",
      "args": [
        "graphmem-mcp"
      ],
      "env": {
        "GRAPHMEM_DB_PATH": "<GRAPHMEM_DB_PATH>",
        "GRAPHMEM_EMBEDDING_MODEL": "<GRAPHMEM_EMBEDDING_MODEL>",
        "GRAPHMEM_TRAVERSAL_NODE_BUDGET": "<GRAPHMEM_TRAVERSAL_NODE_BUDGET>",
        "GRAPHMEM_LOG_LEVEL": "<GRAPHMEM_LOG_LEVEL>"
      }
    }
  }
}

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

Graph-Mem in other clients