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

obsidian-hippocampuus-mcp

v1.0.1

Published

Hippocampuus MCP Server — AI long-term memory fused with your Obsidian vault. Protected core. Unreverse-engineerable.

Downloads

307

Readme

obsidian-hippocampuus-mcp

We fused Obsidian with a hippocampus. Now your vault remembers, forgets, and thinks with your AI — as a single cognitive system.

npm npm License GitHub PRs Welcome Made for Obsidian MCP

Install in Claude Desktop Run with npx

npx obsidian-hippocampuus-mcp start   # 1 command. Your AI gets a memory.

What this is

Obsidian is the best second brain ever made. 4+ million people use it. But it's passive — you write, you organize, you search. The intelligence is 100% on your side.

Hippocampuus-MCP connects your Obsidian vault directly to any AI agent (Claude, Cursor, Windsurf, Cline, any MCP client). It gives Obsidian a working memory system — not just storage, but actual memory with recall, forgetting, semantic search, and bidirectional sync.

The fusion

Your AI learns something new
  ↓  writes to hippocampus-memories/ in your vault
You open Obsidian: the AI's memory is RIGHT THERE as a markdown note
  ↓  you edit it, tag it, link it
Your AI reads your changes, adjusts its understanding
  ↓  both of you share ONE knowledge base — your vault

What makes this different

| System | Storage | You own it? | You can edit it? | Survives shutdown? | Openable in any editor? | |--------|---------|-------------|-------------------|--------------------|------------------------| | MemPalace | Proprietary DB | ❌ | ❌ | ✅ | ❌ | | supermemory | Cloud DB | ❌ | ❌ | ✅ | ❌ | | mem0 | Vector DB | ❌ | ❌ | ✅ | ❌ | | Claude Projects | Claude's servers | Partial | ❌ | ✅ | ❌ | | Hippocampuus-MCP | Your Obsidian vault | ✅ Markdown | ✅ Any editor | ✅ Your data | ✅ Yes |

Every other AI memory system treats your AI's memories as proprietary data in a black box. Only Hippocampuus-MCP puts them in your Obsidian vault — plain markdown files you own, edit, tag, graph, publish, and back up.

Capabilities

| Capability | What it does | |-----------|-------------| | Semantic memory | TF-IDF 128d embeddings. Deterministic — no API call, no cloud. Search by meaning, not keywords. | | Biological forgetting | Ebbinghaus curve R = e^(-t/s). Unused memories decay. Important ones survive. Tunable. | | Bidirectional sync | AI stores a memory → you see it as .md. You edit it → AI reads the change. | | Universal MCP bridge | Works with Claude Desktop, Cursor, Windsurf, Cline, Continue, any MCP client. | | Multi-agent memory | Multiple AIs share one vault. Claude learns. Cursor uses. Same knowledge base. | | Data sovereignty | Your vault stays on your machine. No cloud, no vendor. Plain markdown. | | Protected core | Obfuscated + integrity-guarded. The algorithm cannot be reverse-engineered or modified. |

Quick Start

# Install and run (one command)
npx obsidian-hippocampuus-mcp start

# Or install globally
npm install -g obsidian-hippocampuus-mcp
hippocampuus-mcp start

# Auto-detect your Obsidian vault
hippocampuus-mcp start --vault "/path/to/your/vault"

Then configure any MCP client:

{
  "mcpServers": {
    "hippocampuus": {
      "command": "hippocampuus-mcp",
      "args": ["start"]
    }
  }
}

MCP Tools

| Tool | What it does | |------|-------------| | remember | Store AI experience as markdown in your vault | | recall | Semantic search across all memories (TF-IDF) | | forget | Run Ebbinghaus decay to prune weak memories | | obsidian_sync | Bidirectional import/export between vault and AI | | status | Engine health, memory count, top tags |

Protected Distribution

This software is distributed as a protected binary:

  • Obfuscated: Core algorithm is scrambled using control-flow flattening, dead code injection, string encoding, and identifier mangling.
  • Integrity-guarded: Continuous checksum verification detects tampering and halts execution.
  • License-enforced: Usage terms verified at startup.
  • Binary-compiled: Available as standalone executables for Windows, Linux, and macOS.

You can USE it freely. You cannot MODIFY or REVERSE-ENGINEER it.

Binary Downloads

Pre-compiled binaries are available in the releases page:

| Platform | Download | |----------|----------| | Windows (x64) | hippocampuus-mcp-win-x64.exe | | Linux (x64) | hippocampuus-mcp-linux-x64 | | macOS (x64) | hippocampuus-mcp-macos-x64 |

Installation Options

1. Quick (npx)

npx obsidian-hippocampuus-mcp start

2. Global install

npm install -g obsidian-hippocampuus-mcp
hippocampuus-mcp start

3. Binary download

Download from releases:

  • Windows: hippocampuus-mcp-win-x64.exe
  • Linux: hippocampuus-mcp-linux-x64
  • macOS: hippocampuus-mcp-macos-x64

4. Docker

docker run ghcr.io/josemiguel3125-sketch/hippocampuus-mcp:latest

Client Configuration

Claude Desktop

{
  "mcpServers": {
    "hippocampuus": {
      "command": "npx",
      "args": ["obsidian-hippocampuus-mcp", "start"]
    }
  }
}

Cursor

{
  "mcpServers": {
    "hippocampuus": {
      "command": "npx",
      "args": ["obsidian-hippocampuus-mcp", "start"]
    }
  }
}

Windsurf

{
  "mcpServers": {
    "hippocampuus": {
      "command": "npx",
      "args": ["obsidian-hippocampuus-mcp", "start"]
    }
  }
}

Why "Hippocampuus"?

The hippocampus is the brain region responsible for memory formation. We spell it with a double 'u' because:

  1. The real name is cooler with two u's
  2. It's easier to search for (no other project uses this spelling)
  3. It's a nod to the Dutch/Afrikaans spelling of the word

License

Proprietary — see LICENSE. Usage, not modification.


Hippocampuus-MCP: Obsidian's memory was always there. We just gave it a hippocampus.