@bdmarvin/mcp-server-memory
Version:
MCP Server for LLM Long-Term Memory using KG and Google Drive
46 lines • 1.13 kB
JSON
{
"name": "@bdmarvin/mcp-server-memory",
"version": "0.2.1",
"description": "MCP Server for LLM Long-Term Memory using KG and Google Drive",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-server-memory": "dist/index.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/index.js",
"start": "node dist/index.js",
"dev": "tsc -w & node --watch dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"llm",
"memory",
"knowledge-graph"
],
"author": "bdmarvin1 (via Gemini)",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5",
"write-file-atomic": "^5.0.1",
"async-mutex": "^0.5.0",
"googleapis": "^137.1.0",
"google-auth-library": "^9.11.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"typescript": "^5.4.5",
"@types/write-file-atomic": "^4.0.3",
"shx": "^0.3.4"
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
}
}