{ "name": "purmemo-mcp", "version": "15.7.29", "mcpName": "io.github.purmemo-ai/purmemo", "description": "MCP server for pūrmemo - AI conversation memory that works everywhere. Save and recall conversations across Claude Desktop, Cursor, and other MCP-compatible platforms. Intelligent context extraction, smart titles, living documents.", "main": "dist/server.js", "type": "module", "bin": { "purmemo": "./dist/server.js", "purmemo-mcp": "./dist/server.js", "purmemo-mcp-setup": "./dist/setup.js", "purmemo-mcp-hooks": "./dist/setup.js" }, "files": [ "dist/", "src/commands/", "src/gemini/", "src/codex/", "src/remote/widgets/", "src/remote/login.html", "src/remote/success.html", "src/remote/icon.png", "src/remote/favicon.ico", "README.md", "LICENSE" ], "scripts": { "build": "tsc && npm run build:assets", "build:assets": "cp -r src/remote/widgets dist/remote/ && cp src/remote/login.html src/remote/success.html src/remote/icon.png src/remote/favicon.ico dist/remote/", "start": "node dist/server.js", "dev": "node dist/server.js", "setup": "node dist/setup.js setup", "status": "node dist/setup.js status", "logout": "node dist/setup.js logout", "hooks": "node dist/setup.js hooks", "test": "node --experimental-test-module-mocks --test tests/*.test.js", "build:mcpb": "node scripts/build-mcpb.js", "prepublishOnly": "npm run build", "postinstall": "node -e \"console.log('\\\\n🧠 pūrmemo MCP ready! Run: npx purmemo-mcp init\\\\n')\"" }, "keywords": [ "mcp", "model-context-protocol", "memory", "ai", "claude", "cursor", "chatgpt", "gemini", "windsurf", "zed", "purmemo", "second-brain", "conversation-memory", "chrome-extension", "ai-memory", "typescript" ], "author": "pūrmemo ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/purmemo-ai/purmemo-mcp.git" }, "bugs": { "url": "https://github.com/purmemo-ai/purmemo-mcp/issues", "email": "support@purmemo.ai" }, "funding": { "type": "github", "url": "https://github.com/sponsors/purmemo-ai" }, "support": "https://github.com/purmemo-ai/purmemo-mcp/discussions", "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "chalk": "^5.3.0", "express": "^4.18.2", "open": "^10.0.0", "ora": "^7.0.1" }, "engines": { "node": ">=18.0.0" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.5.0", "typescript": "^5.9.3" } }