Skip to content
Zed

SmartMemory for Zed

ai.smartmemory/smartmemory-mcp

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

client:Zed transport:stdio runtime:pypi

Install SmartMemory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

SmartMemory in other clients