Skip to content
Cline

SmartMemory for Cline

ai.smartmemory/smartmemory-mcp

Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.

client:Cline transport:stdio runtime:pypi

Install SmartMemory 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": {
    "smartmemory-mcp": {
      "command": "uvx",
      "args": [
        "smartmemory-mcp"
      ]
    }
  }
}

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

SmartMemory in other clients