A
licenseNot graded
qualityC
maintenanceMCP server for Obsidian vault structural health checks, enabling users to find broken wikilinks, orphaned notes, and missing frontmatter, with auto-repair capabilities.
MIT
No user-submitted related servers found.
Scored across 6 tools
Tools are mostly distinct, but find_orphans and find_broken_links overlap with check_vault_health which also finds these issues. This could cause confusion about which tool to use.
All tools use snake_case with verb_noun pattern except vault_statistics (noun_noun). Consistent style, but one minor deviation.
6 tools is well-scoped for a vault health MCP: configuration, comprehensive check, repair, statistics, and specific queries. No excess or deficiency.
Core operations (configure, check, repair, statistics) are covered. Minor gap: no tool to individually fix a specific broken link without Pro license, but repair_vault handles auto-fix.