Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vault-health": {
"args": [
"vault-health-mcp",
"--vault",
"/path/to/vault"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Obsidian vault structural health checks.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'vault-health-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked vault-health-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / developer-tools
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Read, write, and manage files on the local filesystem
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for io.github.onetrueclaude-creator/vault-health-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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