Skip to content
Cline

Hive Vault for Cline

io.github.mlorentedev/hive-vault

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

client:Cline transport:stdio runtime:pypi

Install Hive Vault in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hive-vault": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Hive Vault in other clients