Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-knowledge-graph
by
shaneholloman
Verified
npm
GitHub
Knowledge & Memory
JavaScript
MIT License
161
91
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-knowledge-graph
img
example.jsonl
.gitignore
index.ts
LICENSE
package.json
package-lock.json
PLACEHOLDER.md
pr-instructions.md
README.md
tsconfig.base.json
tsconfig.json
WORKFLOW.md
{ "name": "mcp-knowledge-graph", "version": "1.0.1", "description": "MCP server enabling persistent memory for Claude through a local knowledge graph", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://github.com/shane0/mcp-knowledge-graph", "bugs": "https://github.com/shane0/mcp-knowledge-graph/issues", "type": "module", "bin": { "mcp-knowledge-graph": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "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" } }