package.jsonโข926 B
{
"name": "mcp-memory-server",
"version": "1.0.0",
"description": "MCP server for AI coder memory, approvals, and changelog management",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"start-smart": "node start-mcp.js",
"check-config": "node check-config.js",
"check-config-quick": "node check-config.js --quick",
"watch": "tsc --watch"
},
"keywords": ["mcp", "memory", "ai", "coder", "changelog"],
"author": "AI Coder Memory System",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"chalk": "^4.1.2",
"@typescript-eslint/typescript-estree": "^8.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/fs-extra": "^11.0.0",
"typescript": "^5.0.0",
"tsx": "^4.0.0"
}
}