3d Graph

3d Graph

Visualize your Obsidian vault as an interactive 3D knowledge graph. Zero dependencies — single HTML file.

Vault Graph 3D

Visualize your Obsidian vault as an interactive 3D knowledge graph. No plugin install needed — just one HTML file.

Vault Graph 3D

Features

  • 3D force-directed graph with auto-rotation
  • Hover to highlight connections (dims everything else)
  • Search with autocomplete and camera fly-to
  • Click nodes to see details + open in Obsidian
  • Folder-based color coding (auto-detected)
  • Statistics: nodes, edges, hubs, connections
  • Dark glassmorphism UI
  • Zero dependencies -- single HTML file

Setup

  1. Install the Semantic Vault MCP plugin in Obsidian
  2. Enable HTTP server in the plugin settings (default: port 3001)
  3. Open index.html in your browser
  4. Enter your MCP URL and API key
  5. Click "Connect to Vault"

Serving Locally

For best experience (avoids CORS issues with file:// protocol):

npx serve .
# or
python3 -m http.server

Then open http://localhost:3000 (or http://localhost:8000).

How It Works

Connects directly to your local Obsidian MCP server via JSON-RPC. Reads your vault structure and wikilinks to build the graph. All processing happens in your browser -- no data leaves your machine.

Tech

  • 3d-force-graph for 3D rendering
  • Obsidian MCP (JSON-RPC 2.0) for vault data
  • Zero build step -- just HTML + CSS + JS

License

MIT

Related

How to Install

  1. Download the ZIP or clone the repository
  2. Open the folder as a vault in Obsidian (File → Open Vault)
  3. Obsidian will prompt you to install required plugins

Stats

Stars

0

Forks

0

Last updated 9d ago

Categories

Tags

3d-visualizationgraph-visualizationinteractiveknowledge-graphmcpobsidianopen-source