npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@hiveforge/hivemind-mcp

v3.6.3

Published

MCP server for Obsidian worldbuilding vaults - provides AI tools with consistent canonical context

Readme

Hivemind for Obsidian

License: MIT

Your canon is the source of truth. AI stays inside the lines.

Why Hivemind?

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:

  • Timeline View — See your story's events laid out chronologically
  • Graph View — Explore relationships between characters, locations, factions, and more
  • Canon Workflow — Track which content is approved, in review, or still draft

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.

Features

  • Timeline View — Visualize events chronologically with filtering and search
  • Graph View — Explore entity relationships with interactive visualization
  • AI Integration — MCP-compatible server for Claude, GitHub Copilot, and other AI tools
  • Pluggable Templates — Built-in templates for worldbuilding, research, people management, and more
  • Canon Workflow — Draft → Pending → Canon approval system with consistency validation
  • Obsidian Native — Works with standard markdown, YAML frontmatter, and wikilinks
  • Local-First — Your data stays on your machine

Built-in Templates

| 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.

Installation

Obsidian Plugin (Recommended)

  1. Open Obsidian Settings
  2. Go to Community plugins → Browse
  3. Search for "Hivemind"
  4. Click Install, then Enable

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract to your vault's .obsidian/plugins/hivemind directory
  3. Reload Obsidian and enable the plugin in Settings

AI Integration (Optional)

Want AI tools to query your vault? Set up the MCP server:

MCP Setup Guide →

The guide covers:

  • Claude Desktop configuration (Windows, macOS, Linux)
  • GitHub Copilot configuration
  • Template selection
  • Troubleshooting

Quick Start

  1. Choose a template — Open Hivemind settings in Obsidian and select a template (worldbuilding, research, etc.)

  2. Create entities — Use Obsidian's note creation as usual. Add YAML frontmatter to define entity types:

    ---
    entity_type: character
    canon_status: draft
    ---
  3. Visualize — Open the Timeline view or Graph view from the ribbon icons

  4. Connect to AI — Follow the MCP Setup Guide to let AI tools query your vault

For detailed setup instructions, see docs/SETUP_GUIDE.md.

Screenshots

Timeline View

Coming soon — chronological visualization of events

Timeline View Placeholder

Graph View

Coming soon — interactive entity relationship visualization

Graph View Placeholder

Use Cases

Worldbuilding:

  • Track characters, locations, and events across your novel
  • AI remembers your character details when helping with dialogue
  • Visualize timeline of your story's key events

Research:

  • Organize papers, citations, and concepts in your field
  • AI references your actual research when answering questions
  • Explore connections between concepts in your knowledge base

People Management:

  • Track team goals, 1:1 meeting notes, and people details
  • AI recalls context from previous meetings when drafting agendas
  • Visualize team relationships and reporting structures

Software Architecture:

  • Document systems, components, and architectural decisions (ADRs)
  • AI references your ADRs when suggesting design patterns
  • Track dependencies between components visually

Documentation

Community

Contributing

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

License

MIT — Free for personal and commercial use.