← Back to Plugins
MCP Server MCP

io.github.onetrueclaude-creator/vault-health-mcp

github By github 👁 1 views ▲ 0 votes

Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.

Homepage Verified source GitHub

Install

uvx vault-health-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "vault-health-mcp",
      "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 the repair_vault auto-fix tool. See the README for details.",
          "format": "string",
          "isSecret": true,
          "name": "VAULT_HEALTH_LICENSE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...