Skip to content
Windsurf

Toon Memory for Windsurf

io.github.luiggival08/toon-memory

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

client:Windsurf transport:stdio runtime:npm

Install Toon Memory in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Toon Memory in other clients