Skip to content
Claude Desktop

SmartMemory for Claude Desktop

ai.smartmemory/smartmemory-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install SmartMemory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "smartmemory-mcp": {
      "command": "uvx",
      "args": [
        "smartmemory-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SmartMemory in other clients