Hive Vault
Rank #2,933io.github.mlorentedev/hive-vault
On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.
Hive Vault is a Model Context Protocol (MCP) server published by mlorentedev. It ranks #2,933 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Hive Vault is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 112,658 of 115,591 servers on MCP Toplist.
Use Hive Vault
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hive-vault -e "VAULT_PATH=<your VAULT_PATH>" -e "HIVE_OLLAMA_ENDPOINT=<your HIVE_OLLAMA_ENDPOINT>" -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -e "HIVE_VAULT_SCOPES=<your HIVE_VAULT_SCOPES>" -- uvx hive-vaultReplace each placeholder with your own value before saving.
[mcp_servers.hive-vault]
command = "uvx"
args = ["hive-vault"]
[mcp_servers.hive-vault.env]
VAULT_PATH = "<your VAULT_PATH>"
HIVE_OLLAMA_ENDPOINT = "<your HIVE_OLLAMA_ENDPOINT>"
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"
HIVE_VAULT_SCOPES = "<your HIVE_VAULT_SCOPES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hive-vault": {
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<your HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<your HIVE_VAULT_SCOPES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hive-vault": {
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<your HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<your HIVE_VAULT_SCOPES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hive-vault": {
"type": "stdio",
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<your HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<your HIVE_VAULT_SCOPES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hive-vault": {
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<your HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<your HIVE_VAULT_SCOPES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hive-vault": {
"command": "uvx",
"args": [
"hive-vault"
],
"env": {
"VAULT_PATH": "<your VAULT_PATH>",
"HIVE_OLLAMA_ENDPOINT": "<your HIVE_OLLAMA_ENDPOINT>",
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"HIVE_VAULT_SCOPES": "<your HIVE_VAULT_SCOPES>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mlorentedev%2Fhive-vault)<a href="https://mcptoplist.com/server/io.github.mlorentedev%2Fhive-vault"><img src="https://mcptoplist.com/badge/io.github.mlorentedev%2Fhive-vault.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mlorentedev
Other servers by mlorentedev
View all mlorentedev servers →Available versions (3)
| Version | Published |
|---|---|
| 1.12.2 | May 16, 2026 |
| 1.4.5 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hive Vault?
- Hive Vault is maintained by mlorentedev, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Hive Vault listed on the Official MCP Registry?
- Yes — Hive Vault is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hive Vault have?
- MCP Toplist tracks 3 versions of Hive Vault, most recently published on May 16, 2026.
- Where can I find the source code for Hive Vault?
- The source code for Hive Vault is hosted at github.com/mlorentedev/hive.