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
{
"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