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
itseasy21
Verified
npm
GitHub
Knowledge & Memory
JavaScript
536
16
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-knowledge-graph
.history
img
Dockerfile
example.jsonl
.gitignore
index.ts
package.json
package-lock.json
PLACEHOLDER.md
pr-instructions.md
README.md
smithery.yaml
tsconfig.base.json
tsconfig.json
WORKFLOW.md
{ "name": "@itseasy21/mcp-knowledge-graph", "version": "1.0.7", "description": "MCP server enabling persistent memory for Claude through a local knowledge graph", "license": "MIT", "author": "itseasy21", "homepage": "https://github.com/itseasy21/mcp-knowledge-graph", "bugs": "https://github.com/itseasy21/mcp-knowledge-graph/issues", "type": "module", "bin": "./dist/index.js", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "minimist": "^1.2.8" }, "devDependencies": { "@types/minimist": "^1.2.5", "@types/node": "^22.9.3", "shx": "^0.3.4", "typescript": "^5.6.2" } }