Hive Vault
About
On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VAULT_PATH HIVE_OLLAMA_ENDPOINT OPENROUTER_API_KEY HIVE_VAULT_SCOPESClaude Code
claude mcp add --env VAULT_PATH= --env HIVE_OLLAMA_ENDPOINT= --env OPENROUTER_API_KEY= --env HIVE_VAULT_SCOPES= hive-vault -- uvx hive-vault
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"hive-vault","command":"uvx","args":["hive-vault"],"env":{"VAULT_PATH":"","HIVE_OLLAMA_ENDPOINT":"","OPENROUTER_API_KEY":"","HIVE_VAULT_SCOPES":""}}'
JSON
{
"mcpServers": {
"hive-vault": {
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "",
"HIVE_OLLAMA_ENDPOINT": "",
"OPENROUTER_API_KEY": "",
"HIVE_VAULT_SCOPES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.