{ "name": "@knowall-ai/reverie", "version": "0.5.2", "description": "Reverie — graph memory that dreams. Graph-based memory system for AI agents. Store people, places, organizations as nodes. Build semantic relationships (KNOWS, WORKS_AT, CREATED). Hybrid keyword + semantic search finds partial matches and close variants. Filter by date, traverse relationships, maintain temporal context. Simple tools, LLM handles complexity. 12 tools for complete memory management.", "mcpName": "ai.knowall/reverie", "type": "module", "module": "./src/index.ts", "bin": { "reverie": "build/index.js", "mcp-neo4j-agent-memory": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start:http": "node build/index.js serve", "test": "node --test tests/unit.test.mjs tests/startup.test.mjs tests/integration.test.mjs", "test:unit": "node --test tests/unit.test.mjs tests/startup.test.mjs", "test:integration": "node --test tests/integration.test.mjs", "test:coverage": "c8 --all --include 'build/**' --exclude 'build/index.js' --check-coverage --lines 70 --functions 70 --reporter text --reporter lcov node --test tests/unit.test.mjs tests/startup.test.mjs tests/integration.test.mjs" }, "dependencies": { "@huggingface/transformers": "^3.8.1", "@modelcontextprotocol/sdk": "^1.30.0", "dotenv": "^17.2.0", "neo4j-driver": "^5.27.0", "uuid": "^11.0.4", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^20.11.24", "c8": "^10.1.3", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "keywords": [ "mcp", "neo4j", "graph-database", "claude", "ai-memory", "voice-assistant", "agent-memory", "knowledge-graph", "reverie", "memory", "ai-agents" ], "author": "KnowAll AI", "contributors": [ "Daichi Okazaki (original author)" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/knowall-ai/mcp-reverie.git" }, "bugs": { "url": "https://github.com/knowall-ai/mcp-reverie/issues" }, "homepage": "https://github.com/knowall-ai/mcp-reverie#readme" }