{ "name": "memoir-cli", "version": "3.17.1", "mcpName": "io.github.camgitt/memoir", "description": "Portable, project-scoped memory and session handoffs for coding agents. Readable files, MCP recall, and optional user-passphrase encrypted backups.", "main": "src/index.js", "type": "module", "bin": { "memoir": "bin/memoir.js", "memoir-mcp": "src/mcp.js", "memoir-cli": "bin/memoir.js" }, "files": [ "bin/", "src/", "README.md", "LICENSE", "docs/", "supabase/migrations/", "evals/" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/camgitt/memoir.git" }, "homepage": "https://memoir.sh", "bugs": { "url": "https://github.com/camgitt/memoir/issues" }, "scripts": { "start": "node bin/memoir.js", "test": "node run-tests.mjs", "test:legacy": "bash test-local.sh", "prepublishOnly": "node scripts/check-clean-for-publish.mjs && npm test", "version": "node -e \"const f=require('fs');const p=require('./package.json');const s=JSON.parse(f.readFileSync('server.json','utf8'));s.version=p.version;s.packages.forEach(x=>x.version=p.version);f.writeFileSync('server.json',JSON.stringify(s,null,2)+'\\n')\" && git add server.json", "eval": "node evals/run.mjs", "bench:retrieval": "node evals/retrieval-performance.mjs", "test:packed": "node scripts/test-packed.mjs" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "ai-memory", "persistent-memory", "ai", "cli", "claude", "claude-code", "cursor", "windsurf", "gemini", "gemini-cli", "codex", "copilot", "chatgpt", "openai", "aider", "zed", "cline", "continue-dev", "ai-tools", "ai-assistant", "coding-assistant", "developer-tools", "context-sync", "memory-layer", "cross-tool", "sync", "backup", "restore", "migrate", "session-handoff", "dotfiles", "profiles" ], "author": "camgitt", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "boxen": "^7.1.1", "chalk": "^5.3.0", "commander": "^12.0.0", "fs-extra": "^11.2.0", "gradient-string": "^3.0.0", "inquirer": "^9.2.15", "ora": "^7.0.1", "smol-toml": "^1.8.0", "zod": "4.5.4" } }