package.json•2.23 kB
{
"name": "memory-engineering-mcp",
"version": "13.4.3",
"description": "🧠 AI Memory System powered by MongoDB Atlas & Voyage AI - Autonomous memory management with zero manual work",
"main": "dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/romiluz13/memory-engineering-mcp.git"
},
"homepage": "https://github.com/romiluz13/memory-engineering-mcp#readme",
"bugs": {
"url": "https://github.com/romiluz13/memory-engineering-mcp/issues"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint src --ext ts",
"typecheck": "tsc --noEmit",
"mcp:inspect": "npx @modelcontextprotocol/inspector dist/index.js",
"db:indexes": "tsx scripts/create-indexes.ts",
"db:check": "tsx scripts/check-indexes.ts",
"db:migrate": "tsx scripts/migrate-evolution-fix.ts",
"migrate:filename": "tsx scripts/migrate-filename-to-memoryname.ts"
},
"bin": {
"memory-engineering-mcp": "./bin/memory-engineering-mcp.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"mongodb",
"memory-engineering",
"hybrid-search",
"vector-search",
"ai-development",
"autonomous-development",
"claude",
"llm",
"embeddings",
"rankfusion"
],
"author": "romiluz13",
"license": "MIT",
"files": [
"dist",
"bin",
"README.md",
"LICENSE",
".env.example",
"CHANGELOG.md"
],
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@10.13.1",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.0",
"dotenv": "^17.2.0",
"glob": "^10.3.10",
"mongodb": "^6.17.0",
"uuid": "^11.1.0",
"voyageai": "^0.0.5",
"zod": "^4.0.5"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/node": "^24.0.15",
"@types/node-fetch": "^2.6.12",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.31.0",
"prettier": "^3.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}