package.json•1.4 kB
{
"name": "memory-bank-mcp-server",
"version": "1.0.0",
"description": "MCP Server for Memory Bank - 支持多项目管理的Markdown文档MCP服务器",
"main": "dist/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"build": "tsc",
"clean": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"memory-bank-mcp": "./dist/index.js"
},
"keywords": [
"mcp",
"memory-bank",
"cursor",
"markdown",
"ai",
"llm"
],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^11.1.1",
"helmet": "^7.0.0",
"marked": "^5.0.2",
"mongoose": "^7.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"rimraf": "^5.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.11.2",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/marked": "^5.0.2",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/node": "^20.2.1",
"@types/uuid": "^9.0.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.0.4"
}
}