MCP Server Memory File

by g0t4
{ "name": "mcp-server-memory", "version": "1.0.0", "description": "An MCP server for managing memories in a text file", "private": false, "type": "module", "scripts": { "clean": "rm -rf build", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "npm run build && tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "test:watch": "jest --watch", "test:integration": "jest tests/integration" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }