Skip to content
Zed

agentic-recall for Zed

io.github.dfrancislyondflabc-tech/agentic-recall

Long-term memory for agentic tasks. It tells you when it doesn't know.

client:Zed transport:stdio runtime:npm

Install agentic-recall in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "agentic-recall": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-recall"
      ],
      "env": {
        "MEMORY_DIR": "<MEMORY_DIR>",
        "MEMORY_ROOT": "<MEMORY_ROOT>"
      }
    }
  }
}

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

agentic-recall in other clients