PluginBench
MCP Server

io.github.onetrueclaude-creator/hebbian-vault MCP Server

io.github.onetrueclaude-creator/hebbian-vault

What is the io.github.onetrueclaude-creator/hebbian-vault MCP server?

Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.

How to install io.github.onetrueclaude-creator/hebbian-vault

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HEBBIAN_VAULT_LICENSE
    secret

    Pro license JWT (optional). Unlocks --inline-tracking and other premium features. See the README for details.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hebbian-vault": {
      "command": "uvx",
      "args": [
        "hebbian-vault",
        "--vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "<YOUR_HEBBIAN_VAULT_LICENSE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "hebbian-vault": {
      "command": "uvx",
      "args": [
        "hebbian-vault",
        "--vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "<YOUR_HEBBIAN_VAULT_LICENSE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hebbian-vault": {
      "command": "uvx",
      "args": [
        "hebbian-vault",
        "--vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "<YOUR_HEBBIAN_VAULT_LICENSE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "hebbian-vault": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hebbian-vault",
        "--vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "<YOUR_HEBBIAN_VAULT_LICENSE>"
      }
    }
  }
}
Claude Code
claude mcp add hebbian-vault --env HEBBIAN_VAULT_LICENSE=<YOUR_HEBBIAN_VAULT_LICENSE> -- uvx hebbian-vault --vault

Related MCP servers

Find where your notes disagree — contradiction detection for markdown vaults.

View repository →

Surface the notes you forgot you wrote — DMN replay for markdown vaults.

View repository →

Find what your knowledge base mentions but doesn't actually explain.

View repository →

Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.

View repository →