Skip to content

Quick Start — MCP Memory Server Setup in 3 Steps

Terminal window
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.sh | sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.ps1 | iex
# Or with npm (any platform)
npm i -g toon-memory
Terminal window
# Interactive installer — select agents with arrow keys, Space, Enter
npx toon-memory
# Or non-interactive: specify agent(s) and scope
npx toon-memory init --agent opencode --scope global
Terminal window
# In your next session, run:
memory_stats # See what's in memory
memory_recall # Search memory before reading files
memory_remember # Save important decisions

Your agent now has persistent memory across sessions. Learn more about: