Skip to main content

Unified MCP server for AI-assisted development — on-demand Obsidian vault access + worker delegation

Project description

hive-vault

CI PyPI Python 3.12+ Docs License: MIT

Your AI coding assistant forgets everything between sessions. Hive fixes that.

Hive is an MCP server that connects your AI assistant to an Obsidian vault. Instead of loading everything upfront, it queries only what's needed — on demand.

Metric Without Hive With Hive
Context loaded per session ~800 lines (static) ~50 lines (on demand)
Token cost for context 100% every session 6% average per query
Knowledge retained between sessions 0% 100% (in vault)

Measured on a real vault with 19 projects, 200+ files. See benchmarks.

Quick Start

# Claude Code
claude mcp add -s user hive -e VAULT_PATH=$HOME/path/to/vault -- uvx --upgrade hive-vault

# Gemini CLI
gemini mcp add -s user -e VAULT_PATH=$HOME/path/to/vault hive-vault uvx -- --upgrade hive-vault

Set VAULT_PATH to your Obsidian vault directory. Default: ~/Projects/knowledge.

For Codex CLI, GitHub Copilot, Cursor, Windsurf, and other clients, see Getting Started.

Then ask your assistant: "Use vault_list to see my vault"

Tools

Tool What it does
vault_query Load project context, tasks, roadmap, lessons — or any file by path
vault_search Full-text search with metadata filters, regex, ranked results, recent changes
vault_list Browse projects and files with glob filtering
vault_health Health metrics, drift detection, usage stats
vault_write Create, append, or replace vault files with auto git commit
vault_patch Surgical find-and-replace with auto git commit
capture_lesson Capture lessons inline or batch-extract from text via worker
session_briefing Tasks + lessons + git log + health in one call
delegate_task Route tasks to cheaper models or summarize vault files
worker_status Budget, connectivity, available models

Plus 5 resources and 4 prompts for guided workflows.

Architecture

MCP Host (Claude Code, Gemini CLI, Codex CLI, Cursor, ...)
    └── hive-vault (MCP server, stdio)
            ├── Vault Tools (7) ── Obsidian vault (Markdown + YAML frontmatter)
            ├── Session Tools (1) ── Adaptive context assembly
            └── Worker Tools (2) ── Ollama (free) → OpenRouter free → paid ($1/mo cap) → reject

Known Issues

  • MCP transport disconnect after rejecting first tool call. Caused by a race in the upstream mcp library where a cancelled request kills the server's receive loop. Hive ships a compatibility patch (see src/hive/_compat.py) that neutralises it. Reproduction, root cause and the upstream-bound fix are documented in Troubleshooting → Transport disconnect and tracked in issue #75.

Documentation

Full documentation at mlorentedev.github.io/hive:

Contributing

See CONTRIBUTING.md for setup and PR workflow.

git clone https://github.com/mlorentedev/hive.git && cd hive
make install   # create venv + install deps
make check     # lint + typecheck + test (337 tests, 92% coverage)

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hive_vault-1.12.3.tar.gz (261.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hive_vault-1.12.3-py3-none-any.whl (46.3 kB view details)

Uploaded Python 3

File details

Details for the file hive_vault-1.12.3.tar.gz.

File metadata

  • Download URL: hive_vault-1.12.3.tar.gz
  • Upload date:
  • Size: 261.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hive_vault-1.12.3.tar.gz
Algorithm Hash digest
SHA256 a4670dd93645e9522e74595dd77a71ead115ea4a1234b0457906b1a23362a7a3
MD5 ac51e556fa05964cd494dba7d8d18fdd
BLAKE2b-256 347baa88950bc92466546a6c654cd6cb3d6819eaadb1cd9ed59f99113da6b6d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for hive_vault-1.12.3.tar.gz:

Publisher: release.yml on mlorentedev/hive

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hive_vault-1.12.3-py3-none-any.whl.

File metadata

  • Download URL: hive_vault-1.12.3-py3-none-any.whl
  • Upload date:
  • Size: 46.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for hive_vault-1.12.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c841ec68731567795bf4336e1221e5fcbdd41c575f16a66eacdf98a4579e8c44
MD5 2028fd4ace2b40840037caa2504b4395
BLAKE2b-256 69c6c1cd61a9b146584bfa04c4a8cb39137723237aebd314b85804773980be80

See more details on using hashes here.

Provenance

The following attestation bundles were made for hive_vault-1.12.3-py3-none-any.whl:

Publisher: release.yml on mlorentedev/hive

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page