← Back to browse

hebbian-vault

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHEBBIAN_VAULT_LICENSE
Claude Code
claude mcp add --env HEBBIAN_VAULT_LICENSE= hebbian-vault -- uvx hebbian-vault
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"hebbian-vault","command":"uvx","args":["hebbian-vault"],"env":{"HEBBIAN_VAULT_LICENSE":""}}'
JSON
{
  "mcpServers": {
    "hebbian-vault": {
      "command": "uvx",
      "args": [
        "hebbian-vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.