MCP Server
io.github.onetrueclaude-creator/vault-health-mcp MCP Server
io.github.onetrueclaude-creator/vault-health-mcp
What is the io.github.onetrueclaude-creator/vault-health-mcp MCP server?
Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.
How to install io.github.onetrueclaude-creator/vault-health-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
VAULT_HEALTH_LICENSEsecretPro license JWT (optional). Unlocks the repair_vault auto-fix tool. See the README for details.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vault-health-mcp": {
"command": "uvx",
"args": [
"vault-health-mcp",
"--vault"
],
"env": {
"VAULT_HEALTH_LICENSE": "<YOUR_VAULT_HEALTH_LICENSE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vault-health-mcp": {
"command": "uvx",
"args": [
"vault-health-mcp",
"--vault"
],
"env": {
"VAULT_HEALTH_LICENSE": "<YOUR_VAULT_HEALTH_LICENSE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vault-health-mcp": {
"command": "uvx",
"args": [
"vault-health-mcp",
"--vault"
],
"env": {
"VAULT_HEALTH_LICENSE": "<YOUR_VAULT_HEALTH_LICENSE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vault-health-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vault-health-mcp",
"--vault"
],
"env": {
"VAULT_HEALTH_LICENSE": "<YOUR_VAULT_HEALTH_LICENSE>"
}
}
}
}Claude Code
claude mcp add vault-health-mcp --env VAULT_HEALTH_LICENSE=<YOUR_VAULT_HEALTH_LICENSE> -- uvx vault-health-mcp --vaultRelated MCP servers
Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.
View repository →Find where your notes disagree — contradiction detection for markdown vaults.
View repository →Surface the notes you forgot you wrote — DMN replay for markdown vaults.
View repository →Find what your knowledge base mentions but doesn't actually explain.
View repository →