Serversio.github.mlorentedev/hive-vault
V

Hive Vault

io.github.mlorentedev/hive-vault · v1.4.5
▦ pypi
v1.4.5pypi pypi: hive-vault↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mlorentedev/hive-vault",
  "description": "On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.",
  "title": "Hive Vault",
  "repository": {
    "url": "https://github.com/mlorentedev/hive",
    "source": "github"
  },
  "version": "1.4.5",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "hive-vault",
      "version": "1.4.5",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your Obsidian vault (or any Markdown directory)",
          "name": "VAULT_PATH"
        },
        {
          "description": "Ollama API endpoint for local worker delegation",
          "name": "HIVE_OLLAMA_ENDPOINT"
        },
        {
          "description": "OpenRouter API key for cloud worker delegation",
          "isSecret": true,
          "name": "OPENROUTER_API_KEY"
        },
        {
          "description": "JSON mapping of scope names to vault subdirectories",
          "name": "HIVE_VAULT_SCOPES"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}