Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Knowledge Graph Memory Server
by
T1nker-1220
Verified
npm
GitHub
Knowledge & Memory
JavaScript
MIT License
6,559
34
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
memories-with-lessons-mcp-server
.specstory
.cursorrules
Dockerfile
.gitignore
index.ts
LICENSE
package.json
pnpm-lock.yaml
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "lib": [ "ES2020" ], "moduleResolution": "node", "outDir": "./dist", "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "downlevelIteration": true }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules", "dist" ] }