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
{ "name": "@modelcontextprotocol/server-memory", "version": "0.6.3", "description": "MCP server for enabling memory for Claude through a knowledge graph", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "mcp-server-memory": "dist/index.js" }, "files": [ "dist" ], "scripts": { "start": "node dist/index.js", "build": "tsc", "test": "jest", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1" }, "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@babel/preset-typescript": "^7.26.0", "@types/jest": "^29.5.12", "@types/node": "^20.11.19", "babel-jest": "^29.7.0", "jest": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.1.2", "typescript": "^5.3.3" } }