vault health mcp for Grok
io.github.onetrueclaude-creator/vault-health-mcp
Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.
client:Grok
transport:stdio
runtime:pypi
Install vault health mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vault-health-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"vault-health-mcp"
],
"env": {
"VAULT_HEALTH_LICENSE": "<VAULT_HEALTH_LICENSE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs