Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Memory Box MCP Server
by
amotivv
Verified
GitHub
Knowledge & Memory
Search
Databases
JavaScript
MIT License
1
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
system-prompt-template.txt
tsconfig.json
{ "name": "memory-box-mcp", "version": "0.1.0", "description": "A Model Context Protocol Server that provides interactive memory", "private": true, "type": "module", "bin": { "memory-box-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prompt-helper": "node build/prompt-helper.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.8.1", "date-fns": "^4.1.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }