Local knowledge graph for AI agents. Hybrid search + MCP server for Obsidian vaults.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"engraph": {
"command": "cargo",
"args": [
"run",
"--",
"engraph"
]
}
}
}
Run in terminal:
claude mcp add engraph cargo run -- engraph
Add to .cursor/mcp.json:
{
"mcpServers": {
"engraph": {
"command": "cargo",
"args": [
"run",
"--",
"engraph"
]
}
}
}