インストール — toon-memory MCPサーバーのインストール方法
- Node.js 20以上
- npm、yarn、またはpnpm
インストール方法
Section titled “インストール方法”npm(推奨)
Section titled “npm(推奨)”npm install -g toon-memoryスタンドアロンスクリプト
Section titled “スタンドアロンスクリプト”macOS / 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 | iexソースからインストール
Section titled “ソースからインストール”git clone https://github.com/LuiggiVal08/toon-memory.gitcd toon-memorynpm installnpm run buildnpm linkインストールの確認
Section titled “インストールの確認”toon-memory --version# またはnpx toon-memory statusアンインストール
Section titled “アンインストール”# 全エージェントから削除npx toon-memory uninstall
# またはグローバルインストールの場合toon-memory uninstall