Home › Development › Toon Memory

Toon Memory

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

TypeScript
★ 11 stars Last pushed 2026-08-05 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 4.3.5)

npx -y toon-memory@4.3.5

Or add to your MCP client config:

{
  "mcpServers": {
    "toon-memory": {
      "command": "npx",
      "args": [
        "-y",
        "toon-memory@4.3.5"
      ],
      "env": {
        "TOON_MEMORY_KEY": "<YOUR_VALUE>",
        "TOON_MEMORY_CAPTURE": "<YOUR_VALUE>",
        "TOON_MEMORY_SESSION_ID": "<YOUR_VALUE>",
        "TOON_MEMORY_BRANCH": "<YOUR_VALUE>",
        "TOON_MEMORY_NO_SESSION": "<YOUR_VALUE>",
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOON_MEMORY_KEY secret — Encryption key for AES-256-GCM memory encryption
  • TOON_MEMORY_CAPTURE — Set to 'true' to enable activity capture hooks
  • TOON_MEMORY_SESSION_ID — Override the auto-detected session ID
  • TOON_MEMORY_BRANCH — Override the auto-detected git branch name
  • TOON_MEMORY_NO_SESSION — Set to disable session heartbeat tracking
  • GITHUB_TOKEN secret — GitHub personal access token for exporting/importing memory to Gist

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry