package.json•1.16 kB
{
"name": "memory-bank-mcp",
"version": "1.0.0",
"type": "module",
"main": "dist/server.js",
"files": [
"dist/",
"README.md",
"DEMO.md"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "ts-node --esm src/server.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"memory-bank",
"cursor",
"model-context-protocol",
"development-workflow",
"project-management"
],
"author": "Nick Cao <nick.cao@avcrm.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nicavcrm/memory-bank-mcp.git"
},
"homepage": "https://github.com/nicavcrm/memory-bank-mcp#readme",
"bugs": {
"url": "https://github.com/nicavcrm/memory-bank-mcp/issues"
},
"description": "Memory Bank MCP Server with VAN, PLAN, CREATIVE, IMPLEMENT, and REFLECT+ARCHIVE modes",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/node": "^24.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}