{ "name": "collective-memory", "version": "0.1.2", "mcpName": "io.github.Hustada/collective-memory", "description": "MCP server for persistent, semantic memory across AI sessions", "type": "module", "main": "dist/index.js", "bin": { "collective-memory": "dist/cli.js" }, "keywords": [ "mcp", "model-context-protocol", "ai", "memory", "embeddings", "vector-database", "claude", "semantic-search" ], "author": "The Victor Collective ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Hustada/collective-memory.git" }, "bugs": { "url": "https://github.com/Hustada/collective-memory/issues" }, "homepage": "https://github.com/Hustada/collective-memory#readme", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "cli": "node dist/cli.js", "test": "vitest run", "test:watch": "vitest", "migrate": "tsx scripts/migrate-memory-md.ts", "export": "tsx scripts/export-memory.ts", "viz": "npx serve viz -p 3333", "dash": "npm run export && npx serve viz -p 3333" }, "dependencies": { "@lancedb/lancedb": "^0.13.0", "@modelcontextprotocol/sdk": "^1.19.0", "apache-arrow": "^17.0.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "umap-js": "^1.4.0", "vitest": "^3.0.0" } }