Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hive Vault

PYPI · HIVE-VAULT · SCANNED SEP 20

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

Available components

0 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 24 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 12 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1951 tokens (~162/item across 12 items; 10 tools + 2 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Hive Vault MCP server?

Hive Vault runs locally as a PyPI package, launched with uvx hive-vault. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · hive-vault

# add to Claude Code
claude mcp add mlorentedev-hive-vault -- uvx hive-vault
// .cursor/mcp.json
{
  "mcpServers": {
    "mlorentedev-hive-vault": {
      "command": "uvx",
      "args": [
        "hive-vault"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mlorentedev-hive-vault": {
      "command": "uvx",
      "args": [
        "hive-vault"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mlorentedev-hive-vault -- uvx hive-vault
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mlorentedev-hive-vault": {
      "type": "local",
      "command": [
        "uvx",
        "hive-vault"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mlorentedev-hive-vault --command uvx --arg hive-vault
# ~/.hermes/config.yaml
mcp_servers:
  mlorentedev-hive-vault:
    command: "uvx"
    args: ["hive-vault"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mlorentedev-hive-vault": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "hive-vault"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mlorentedev-hive-vault -t stdio -c uvx -a hive-vault
// mcp.json
{
  "mcpServers": {
    "mlorentedev-hive-vault": {
      "command": "uvx",
      "args": [
        "hive-vault"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 +1
    • Stability: 0.97 → pass security
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/hive-vault@1.12.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 24 packages
Packages resolved 24
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~1,544 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
capture_lesson ~204

Capture lessons: inline (structured fields) or batch (raw text via worker). Inline mode (default): provide title, context, problem, solution. Batch mode: provide text to extract lessons automatically via worker.

NameTypeReqDescription
contextstringWhat you were doing (inline mode).
max_lessonsintegerMaximum lessons to extract in batch mode. Default 5.
min_confidencenumberMinimum confidence for batch extraction. Default 0.7.
problemstringWhat went wrong or what decision was needed (inline mode).
projectstringyesProject slug (directory under 10_projects/).
solutionstringWhat fixed it or what was decided (inline mode).
tagsarrayOptional tags (e.g. ["python", "testing"]).
textstringRaw text to extract lessons from (batch mode).
titlestringShort descriptive title (inline mode).
NameTypeReqDescription
resultstringyes

No examples provided.

delegate_task ~220

Offload work to a cheaper model or summarize vault files. When project is provided, reads a vault file. Small files (≤50 lines) are returned directly. Large files are auto-delegated to a worker for summarization — falls back to raw content if workers are unavailable.

NameTypeReqDescription
contextstringOptional system context for the model.
max_cost_per_requestnumberMax USD. 0 = free models only.
max_summary_linesintegerTarget summary length for summarization.
max_tokensintegerMaximum tokens in the response.
modelstring'auto', 'ollama', 'openrouter-free', 'openrouter' (paid), or model ID.
pathstringRelative path to a .md file. Overrides section.
projectstringProject slug for vault summarization mode.
promptstringThe task description or code to process.
sectionstringShortcut name for summarization. Ignored if path is set.
NameTypeReqDescription
resultstringyes

No examples provided.

session_briefing ~69

Call at the start of every new session to load project context. Assembles active tasks, recent lessons, git activity, and project health into a single response — replaces 3-4 manual tool calls.

NameTypeReqDescription
projectstringyesProject slug (directory under 10_projects/).
NameTypeReqDescription
resultstringyes

No examples provided.

vault_health ~153

Return vault health metrics, validation, and optional usage analytics. Without parameters, returns a health summary for all projects. When checks are specified, runs drift detection (frontmatter, stale, links). When include_usage is True, appends tool usage analytics.

NameTypeReqDescription
checksarrayValidation checks to run. Empty = health summary only. Options: frontmatter, stale, links.
include_usagebooleanAppend vault tool usage analytics. Default False.
max_issuesintegerMaximum validation issues to report. Default 50.
projectstringProject slug to validate. Empty = all projects.
usage_daysintegerUsage look-back window in days. Default 30.
NameTypeReqDescription
resultstringyes

No examples provided.

vault_list ~95

List vault projects, or files within a project. When called without arguments, lists all available projects. When called with a project, lists files in that project directory.

NameTypeReqDescription
pathstringSubdirectory within the project. Empty = project root.
patternstringGlob pattern to filter files (e.g. 'adr-*', '*.md').
projectstringProject slug. Empty = list all projects.
NameTypeReqDescription
resultstringyes

No examples provided.

vault_patch ~224

Surgical find-and-replace in a vault file with auto git commit. Supports single or multi-replacement. For a single replacement, provide ``find`` and ``replace``. For multiple replacements, provide ``patches`` — a list of ``{"find": "...", "replace": "..."}`` dicts applied in sequence. Do not mix both modes. Each ``find`` value must appear exactly once in the file (after prior patches in the list have been applied). If any patch fails validation, no changes are written. Uses 3-pass cascading match: exact → body-only → whitespace-normalized.

NameTypeReqDescription
findstringExact text to find (single mode). Empty = not set.
patchesarrayList of {"find", "replace"} dicts (multi mode).
pathstringyesRelative path to the file within the project.
projectstringyesProject slug or '_meta' for cross-project content.
replacestringReplacement text (single mode). Empty = not set.
NameTypeReqDescription
resultstringyes

No examples provided.

vault_query ~127

Read content from a vault project — use instead of direct filesystem access.

NameTypeReqDescription
include_metadatabooleanPrepend a structured metadata line from YAML frontmatter.
max_linesintegerMaximum lines to return. 0 = unlimited.
pathstringRelative path to a specific .md file within the project. Overrides section.
projectstringyesProject slug (directory under 10_projects/), or '_meta' for 00_meta/.
sectionstringShortcut name (context, tasks, roadmap, lessons). Ignored if path is set.
NameTypeReqDescription
resultstringyes

No examples provided.

vault_search ~243

Search the vault: full-text, ranked, or recent changes. Default mode: flat full-text search across all vault files. Ranked mode (ranked=True): results scored by relevance. Recent mode (since_days>0): files changed in the last N days.

NameTypeReqDescription
max_linesintegerMaximum output lines. Default 500.
max_resultsintegerMax files when ranked. Default 10.
projectstringFilter to this project (recent mode only).
querystringText to search for (case-insensitive).
rankedbooleanScore results by relevance. Default False.
scopestringRestrict search to a scope (e.g. 'work', 'projects'). Empty = all.
since_daysintegerShow recent changes (0 = disabled). Default 0.
status_filterstringOnly files whose frontmatter status matches.
tag_filterstringOnly files that have this frontmatter tag.
type_filterstringOnly files whose frontmatter type matches.
use_regexbooleanTreat query as regex. Default False.
NameTypeReqDescription
resultstringyes

No examples provided.

vault_write ~168

Write to the vault: append, replace a section, or create a new file. Modes: - append/replace: Update a project section. Requires section. - create: Create a new file with auto-generated frontmatter. Requires path and doc_type.

NameTypeReqDescription
contentstringyesMarkdown content to write (body only for create mode).
doc_typestringDocument type for frontmatter. For create mode.
operationstring'append', 'replace', or 'create'. Default 'append'.
pathstringRelative path for new file. For create mode.
projectstringyesProject slug or '_meta' for cross-project content.
sectionstringSection shortcut (context, tasks, roadmap, lessons). For append/replace.
NameTypeReqDescription
resultstringyes

No examples provided.

worker_status ~41

Show worker health: budget, connectivity, available models, and usage stats.

NameTypeReqDescription
include_modelsbooleanInclude available model list from all providers. Default True.
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Hive Vault MCP server?

Hive Vault is an MCP server listed in the public MCP registry as io.github.mlorentedev/hive-vault. On-demand Obsidian vault access for AI coding assistants, 17 tools, 5 resources, 4 prompts. This page covers its PyPI package (hive-vault).

Is the Hive Vault MCP server safe to use?

Hive Vault scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hive Vault MCP server expose?

Hive Vault exposes 10 tools: vault_list, vault_query, vault_search, session_briefing, vault_write, and 5 more. Their descriptions and schemas cost roughly 1,544 tokens of context every time the server is loaded.

Is the Hive Vault MCP server still maintained?

Hive Vault is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.