io.github.onetrueclaude-creator/hebbian-vault✓
io.github.onetrueclaude-creator/hebbian-vault · v0.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.onetrueclaude-creator/hebbian-vault",
"description": "Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.",
"repository": {
"url": "https://github.com/onetrueclaude-creator/hebbian-vault",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "pypi",
"identifier": "hebbian-vault",
"version": "0.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Absolute path to your Obsidian vault directory. Optional — can also be set at runtime via the configure_vault tool.",
"format": "string",
"type": "named",
"name": "--vault"
}
],
"environmentVariables": [
{
"description": "Pro license JWT (optional). Unlocks --inline-tracking and other premium features. See the README for details.",
"format": "string",
"isSecret": true,
"name": "HEBBIAN_VAULT_LICENSE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}