Skip to content
Cursor

hebbian vault for Cursor

io.github.onetrueclaude-creator/hebbian-vault

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

client:Cursor transport:stdio runtime:pypi

Install hebbian vault in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hebbian-vault": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hebbian-vault"
      ],
      "env": {
        "HEBBIAN_VAULT_LICENSE": "<HEBBIAN_VAULT_LICENSE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hebbian vault in other clients