graphthulhu

skridlevsky/graphthulhu
★ 134 stars Go 🧠 Memory/Knowledge Updated 8d 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 →

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"
      ]
    }
  }
}