Skip to content
Zed

Toon Memory for Zed

io.github.luiggival08/toon-memory

Offline persistent memory for AI coding agents — 35 tools, 80% fewer calls, no LLM

client:Zed transport:stdio runtime:npm

Install Toon Memory 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": {
    "toon-memory": {
      "command": "npx",
      "args": [
        "-y",
        "toon-memory"
      ],
      "env": {
        "TOON_MEMORY_KEY": "<TOON_MEMORY_KEY>",
        "TOON_MEMORY_CAPTURE": "<TOON_MEMORY_CAPTURE>",
        "TOON_MEMORY_SESSION_ID": "<TOON_MEMORY_SESSION_ID>",
        "TOON_MEMORY_BRANCH": "<TOON_MEMORY_BRANCH>",
        "TOON_MEMORY_NO_SESSION": "<TOON_MEMORY_NO_SESSION>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

Toon Memory in other clients