1. Conduid
  2. Healthcare
  3. io.github.onetrueclaude-creator/vault-health-mcp
MCP server · Healthcare

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

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

Unclaimed healthcare
37Low

Scored 4 months ago · breakdown

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

io.github.onetrueclaude-creator/vault-health-mcp is an MCP server in the Healthcare category: obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair. It has been installed 0 times through Conduid.

Install

uvx
uvx vault-health-mcp
pip
pip install vault-health-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about io.github.onetrueclaude-creator/vault-health-mcp

Powered by Claude · Grounded in docs

I know everything about io.github.onetrueclaude-creator/vault-health-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

vault-health-mcp

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.

Install

pip install vault-health-mcp

Usage

Claude Code

claude mcp add vault-health -- vault-health-mcp --vault ~/my-vault

Claude Desktop

{
  "mcpServers": {
    "vault-health": {
      "command": "uvx",
      "args": ["vault-health-mcp", "--vault", "/path/to/vault"]
    }
  }
}

MCP Tools

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)

How auto-repair works (Pro)

repair_vault only makes additive changes:

  • Broken [[links]] → replaced with plain text (the link text is preserved)
  • Missing frontmatter → adds a default YAML block with title and type

It never deletes files, removes content, or modifies existing frontmatter values.

Pro tier

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].

Requirements

  • Python 3.10+
  • An Obsidian vault (any size)

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

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

How do I install io.github.onetrueclaude-creator/vault-health-mcp?

Run uvx vault-health-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.onetrueclaude-creator/vault-health-mcp safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.onetrueclaude-creator/vault-health-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.