Turns your Obsidian vault into a canonical knowledge base that AI can query without hallucinating. The MCP server exposes read operations on your markdown files and YAML frontmatter, letting Claude reference your actual worldbuilding notes, research, or documentation instead of inventing details. Built around entity types (characters, locations, events) and includes a canon workflow (draft, pending, approved) to track which content is authoritative. Ships with templates for fiction writing, academic research, people management, and software architecture. If you're maintaining structured knowledge in Obsidian and want AI to treat your vault as ground truth rather than a suggestion, this keeps everything consistent. Local first, works with standard markdown and wikilinks.
Your canon is the source of truth. AI stays inside the lines.
When building fictional worlds — whether you're writing a novel, designing a game, or running an RPG campaign — AI tools can be powerful collaborators. But they hallucinate. Ask your AI assistant about a character you created last week, and it might invent details that contradict your established canon.
Hivemind solves this by giving AI tools structured access to your Obsidian vault. Think of it as an AI Firewall: your worldbuilding notes become a truth anchor that keeps AI grounded in facts you control. Ask about a character, and the AI reads your actual notes — not a hallucinated version. Query a timeline, and it references your established events — not invented dates.
Beyond AI integration, Hivemind provides powerful visualization tools:
Hivemind is built for worldbuilders, but the same principles apply to research vaults, people management, software architecture — anywhere you need AI to respect your established knowledge.
| Template | Use Case | Entity Types |
|---|---|---|
| Worldbuilding | Fiction writers, game designers, RPG creators | Characters, Locations, Events, Factions, Lore, Assets |
| Research | Academics, knowledge workers | Papers, Citations, Concepts, Notes |
| People Management | Managers, team leads | People, Goals, Teams, 1:1 Meetings |
| Software Architecture | Engineers, architects | Systems, Components, ADRs, Constraints |
Define your own custom entity types via config — no code required. See CONTRIBUTING_TEMPLATES.md for details.
.obsidian/plugins/hivemind directoryWant AI tools to query your vault? Set up the MCP server:
The guide covers:
Choose a template — Open Hivemind settings in Obsidian and select a template (worldbuilding, research, etc.)
Create entities — Use Obsidian's note creation as usual. Add YAML frontmatter to define entity types:
---
entity_type: character
canon_status: draft
---
Visualize — Open the Timeline view or Graph view from the ribbon icons
Connect to AI — Follow the MCP Setup Guide to let AI tools query your vault
For detailed setup instructions, see docs/SETUP_GUIDE.md.
Coming soon — chronological visualization of events

Coming soon — interactive entity relationship visualization

Worldbuilding:
Research:
People Management:
Software Architecture:
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Important: This project uses Conventional Commits. Commit messages must follow the format:
<type>: <description>
[optional body]
Common types: feat, fix, docs, style, refactor, test, chore
MIT — Free for personal and commercial use.
HIVEMIND_VAULT_PATH*Path to your Obsidian vault directory
HIVEMIND_CONFIG_PATHPath to optional Hivemind config file
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc