graphthulhu

skridlevsky/graphthulhu
★ 134 stars Go 🧠 Memory/Knowledge Updated 1mo ago
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 → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graphthulhu": {
      "command": "go",
      "args": [
        "run",
        "github.com/skridlevsky/graphthulhu@latest"
      ]
    }
  }
}