安装 — 如何安装 toon-memory MCP 服务器
- Node.js 20 或更高版本
- npm、yarn 或 pnpm
npm(推荐)
Section titled “npm(推荐)”npm install -g toon-memorymacOS / Linux
Section titled “macOS / Linux”curl -fsSL https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.sh | shWindows (PowerShell)
Section titled “Windows (PowerShell)”irm https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.ps1 | iexgit clone https://github.com/LuiggiVal08/toon-memory.gitcd toon-memorynpm installnpm run buildnpm linktoon-memory --version# 或npx toon-memory status# 从所有代理中移除npx toon-memory uninstall
# 或使用全局安装方式toon-memory uninstall