package.json•897 B
{
"name": "central-memory-mcp",
"version": "1.0.0",
"description": "A custom fork of @modelcontextprotocol/memory | A MCP server for enabling memory for LLMs through a knowledge graph",
"license": "MIT",
"author": "MWGMorningwood (https://github.com/MWGMorningwood)",
"homepage": "https://github.com/MWGMorningwood/Central-Memory-MCP",
"bugs": "https://github.com/MWGMorningwood/Central-Memory-MCP/issues",
"type": "module",
"main": "dist/{index.js,functions/*.js}",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prestart": "npm run build",
"start": "func start --verbose",
"test": "echo \"No tests yet...\""
},
"dependencies": {
"@azure/data-tables": "^13.3.1",
"@azure/functions": "^4.8.0",
"@azure/identity": "^4.12.0"
},
"devDependencies": {
"@types/node": "^24",
"typescript": "^5.9.2"
}
}