MCP Memory Server

{ "name": "mcp-memory", "version": "0.1.0", "description": "MCP server for Claude memory management", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w & nodemon dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "claude", "memory" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "lunr": "^2.3.9", "uuid": "^9.0.1", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/lunr": "^2.3.7", "@types/node": "^20.10.5", "@types/uuid": "^9.0.7", "nodemon": "^3.0.2", "typescript": "^5.3.3" } }