Skip to content
Zed

purmemo for Zed

io.github.purmemo-ai/purmemo

AI memory across Claude, ChatGPT, Gemini, and Cursor. Save, search, and recall context everywhere.

client:Zed transport:stdio runtime:npm

Install purmemo in Zed

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

{
  "context_servers": {
    "purmemo": {
      "command": "npx",
      "args": [
        "-y",
        "purmemo-mcp"
      ]
    }
  }
}

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

purmemo in other clients