Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Memory Server
Claim
by
ebailey78
GitHub
Knowledge & Memory
File Systems
TypeScript
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
CHANGELOG.md
claude_desktop_config.example.json
claude_project_instructions.example.md
claude_project_instructions.md
.gitignore
instructions_template.md
package.json
package-lock.json
README.md
test-build-memory.js
test-client.js
test.js
test-server.js
tsconfig.json
USAGE.md
{ "name": "mcp-memory", "version": "0.1.0", "description": "MCP server for Claude memory management", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w & nodemon dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "claude", "memory" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "lunr": "^2.3.9", "uuid": "^9.0.1", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.3" }, "devDependencies": { "@types/lunr": "^2.3.7", "@types/node": "^20.10.5", "@types/uuid": "^9.0.7", "nodemon": "^3.0.2", "typescript": "^5.3.3" } }