Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Knowledge Graph Memory Server
Claim
by
yodakeisuke
npm
GitHub
Knowledge & Memory
JavaScript
6,559
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-memory-domain-knowledge
__tests__
Dockerfile
.gitignore
index.ts
jest.config.js
package.json
package-lock.json
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "ES2022", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "dist", "rootDir": ".", "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "resolveJsonModule": true }, "include": [ "*.ts", "__tests__/**/*.ts" ], "exclude": [ "node_modules", "dist" ] }