설치 — toon-memory MCP 서버 설치 방법
요구 사항
섹션 제목: “요구 사항”- Node.js 20 이상
- npm, yarn 또는 pnpm
설치 방법
섹션 제목: “설치 방법”npm (권장)
섹션 제목: “npm (권장)”npm install -g toon-memory독립 실행형 스크립트
섹션 제목: “독립 실행형 스크립트”macOS / Linux
섹션 제목: “macOS / Linux”curl -fsSL https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.sh | shWindows (PowerShell)
섹션 제목: “Windows (PowerShell)”irm https://raw.githubusercontent.com/LuiggiVal08/toon-memory/main/install.ps1 | iex소스에서 빌드
섹션 제목: “소스에서 빌드”git clone https://github.com/LuiggiVal08/toon-memory.gitcd toon-memorynpm installnpm run buildnpm link설치 확인
섹션 제목: “설치 확인”toon-memory --version# 또는npx toon-memory status# 모든 에이전트에서 제거npx toon-memory uninstall
# 또는 전역 설치의 경우toon-memory uninstall