MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"shaneholloman/mcp-knowledge-graph"
]
}
}
}
Run in terminal:
claude mcp add mcp-knowledge-graph npx -y shaneholloman/mcp-knowledge-graph
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"shaneholloman/mcp-knowledge-graph"
]
}
}
}