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

@tac0de/obsidian-mcp

v1.0.0

Published

Knowledge graph-powered context engine for Obsidian vaults (MCP server)

Readme

🧠 Obsidian MCP: The AI Assistant That Understands Your Thoughts

Obsidian MCP turns your Obsidian notes into a "Giant Map of Thoughts" (Intelligent Knowledge Graph). Beyond just reading files, it helps AI understand how your notes are connected, allowing it to find information smarter and faster.


🌟 What makes it so great? (Even a 5th grader can get it!)

Imagine you wrote lots of notes in a notebook:

  • 📖 Before: The AI could only see one page at a time if you told it to.
  • 🚀 Now: The AI thinks, "Hey, since he's talking about 'Lions', I should also look at his notes on 'Savanna' and 'Cats'!"
  • 🗺️ How?: It looks at your [[links]] and #tags to build a "Map of your Brain" automatically.

🛠️ How to Setup (Super Simple!)

Step 1: Requirements

You need Node.js 20 or higher installed on your computer.

Step 2: Install

In your project folder, simply type:

npm install

Step 3: Connect Your Notes (Environment Variables)

The AI needs to know where your Obsidian Vault is. You just need to tell it two things:

  • OBSIDIAN_VAULT_ROOT: The absolute path to your Obsidian vault folder.
  • MAX_FILE_BYTES (Optional): Limits the size of files it reads (Default is 256KB).

Step 4: Run

Type this to start the engine:

OBSIDIAN_VAULT_ROOT="/path/to/your/vault" npm run dev

🚀 Smart Features

This engine gives the AI special powers:

  1. Map Building (graph.build): Scans all your notes to build a map of connections.
  2. Smart Context Gatherer (context.gather): When you ask about a topic, it finds related notes, summarizes them, and brings them to the AI.
  3. Backlink Finder (graph.get_backlinks): Shows you who else is talking about the current note.
  4. Neighbor Explorer (graph.get_neighbors): Explores everything connected to a specific note.
  5. Basic Tools: Listing, reading, searching, and getting metadata for notes are all supported!

🔒 Security & Privacy

  • Read-Only: It will NEVER change or delete your notes. It only reads them.
  • Local Only: Your private thoughts stay on your computer. Nothing is sent to external servers.

📜 License

MIT License. Free for everyone to use and improve!