← Back to Plugins
MCP Server MCP

io.github.onetrueclaude-creator/hebbian-vault

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx hebbian-vault

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...