@zb2947244682/mcp-context-memory
Version:
用于AI上下文记忆管理的MCP工具
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "@zb2947244682/mcp-context-memory",
"version": "1.2.4",
"description": "用于AI上下文记忆管理的MCP工具",
"homepage": "https://www.npmjs.com/~zb2947244682",
"repository": {
"type": "git",
"url": "https://github.com/zb2947244682/MCPRepo.git"
},
"main": "index.js",
"type": "module",
"bin": {
"mcp-context-memory": "./index.js"
},
"files": [
"index.js",
"README.md",
"src/**/*"
],
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MCP",
"AI",
"memory",
"context",
"knowledge",
"storage"
],
"author": "简单生活",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.0.0"
},
"bugs": {
"url": "https://github.com/zb2947244682/MCPRepo/issues"
},
"engines": {
"node": ">=18.0.0"
}
}