快速入门 — 3 步完成 MCP 记忆服务器设置
# macOS / Linuxcurl -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
# 或使用 npm(任意平台)npm i -g toon-memory2. 配置代理
Section titled “2. 配置代理”# 交互式安装器 — 使用方向键、空格键、回车键选择代理npx toon-memory
# 或非交互式:指定代理和作用域npx toon-memory init --agent opencode --scope global3. 开始使用
Section titled “3. 开始使用”# 在下一次会话中运行:memory_stats # 查看记忆中的内容memory_recall # 在读取文件前搜索记忆memory_remember # 保存重要决策你的代理现在拥有了跨会话的持久化记忆。了解更多: