Skip to content
Zed

Recall — persistent memory for agents for Zed

dev.workers.notdown-app.recall/memory

Persistent memory for AI agents. Free, no LLM, no SDK. Open Worker you can self-host in 2 commands.

client:Zed transport:streamable-http

Install Recall — persistent memory for agents in Zed

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

{
  "context_servers": {
    "memory": {
      "url": "https://recall.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

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

Recall — persistent memory for agents in other clients