Skip to content
Zed

memocall for Zed

io.github.baodq06/memocall

Recall past Claude Code conversations from any project as clean, compact Markdown.

client:Zed transport:stdio runtime:npm

Install memocall in Zed

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

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

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

memocall in other clients