Hive Vault for Grok
io.github.mlorentedev/hive-vault
On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.
client:Grok
transport:stdio
runtime:pypi
Install Hive Vault in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hive-vault": {
"type": "stdio",
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<HIVE_VAULT_SCOPES>"
}
}
}
}
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