Skip to content
VS Code

hebbian vault for VS Code

io.github.onetrueclaude-creator/hebbian-vault

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

client:VS Code transport:stdio runtime:pypi

Install hebbian vault in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "hebbian-vault-license",
      "description": "HEBBIAN_VAULT_LICENSE",
      "password": true
    }
  ],
  "servers": {
    "hebbian-vault": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hebbian-vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "${input:hebbian-vault-license}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

hebbian vault in other clients