MCP server that gives AI full access to your Logseq or Obsidian knowledge graph. 39 tools for navigation, search, analysis, writing, decisions, journals, flashcards, and whiteboards.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"graphthulhu": {
"command": "go",
"args": [
"run",
"github.com/skridlevsky/graphthulhu@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add graphthulhu go run github.com/skridlevsky/graphthulhu@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"graphthulhu": {
"command": "go",
"args": [
"run",
"github.com/skridlevsky/graphthulhu@latest"
]
}
}
}
📋 Copy