HomeKnowledge & Memory › Hive Vault

Hive Vault

On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.

Python Local macOSWindowsLinux
★ 11 stars Last pushed 2026-09-24 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.12.2)

uvx hive-vault

Or add to your MCP client config:

{
  "mcpServers": {
    "hive": {
      "command": "uvx",
      "args": [
        "hive-vault"
      ],
      "env": {
        "VAULT_PATH": "<YOUR_VALUE>",
        "HIVE_OLLAMA_ENDPOINT": "<YOUR_VALUE>",
        "OPENROUTER_API_KEY": "<YOUR_VALUE>",
        "HIVE_VAULT_SCOPES": "<YOUR_VALUE>"
      }
    }
  }
}
  • VAULT_PATH — Absolute path to your Obsidian vault (or any Markdown directory)
  • HIVE_OLLAMA_ENDPOINT — Ollama API endpoint for local worker delegation
  • OPENROUTER_API_KEY secret — OpenRouter API key for cloud worker delegation
  • HIVE_VAULT_SCOPES — JSON mapping of scope names to vault subdirectories

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry