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
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "outDir": "./dist", "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }