Scans your Obsidian vault for structural rot and optionally fixes it. The free tier gives you detection tools: broken wikilinks, orphaned notes, missing frontmatter, and vault-wide statistics. The Pro tier adds `repair_vault`, which makes additive-only changes like converting broken links to plain text and adding default YAML frontmatter blocks. No deletions, no content removal. License verification happens offline via JWT. Useful when you've let a vault grow organically for months and want to clean up link decay without manually hunting through hundreds of notes. Works with any Obsidian vault, no plugins required on the Obsidian side.
MCP server for Obsidian vault structural health checks.
Find broken wikilinks, orphaned notes, and missing frontmatter — then auto-repair them. Works with any Obsidian vault, no plugins required.
pip install vault-health-mcp
claude mcp add vault-health -- vault-health-mcp --vault ~/my-vault
{
"mcpServers": {
"vault-health": {
"command": "uvx",
"args": ["vault-health-mcp", "--vault", "/path/to/vault"]
}
}
}
| Tool | Tier | Description |
|---|---|---|
configure_vault | Free | Point the server at a vault at runtime |
check_vault_health | Free | Full structural scan: broken links, orphans, missing frontmatter |
find_orphans | Free | List all structurally disconnected leaf notes |
find_broken_links | Free | List all wikilinks pointing to non-existent files |
vault_statistics | Free | File count, link count, orphan %, frontmatter coverage |
repair_vault | Pro | Auto-fix safe issues (add-only, never deletes) |
repair_vault only makes additive changes:
[[links]] → replaced with plain text (the link text is preserved)It never deletes files, removes content, or modifies existing frontmatter values.
The free tier detects every category of vault rot. The Pro tier unlocks repair_vault — one call to fix the safe categories automatically.
License activation — any one of these works:
# 1. Environment variable
export VAULT_HEALTH_LICENSE="eyJhbGc..."
# 2. CLI flag
vault-health-mcp --license-key "eyJhbGc..." --vault ~/my-vault
# 3. Config file
echo "eyJhbGc..." > ~/.vault-health-mcp/license.jwt
Licenses are verified fully offline — no phone-home, no activation server. Get a license: [coming soon — Dodo Payments storefront in verification].
MIT
VAULT_HEALTH_LICENSEsecretPro license JWT (optional). Unlocks the repair_vault auto-fix tool. See the README for details.
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc