-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.41 KB
/
server.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mlorentedev/hive-vault",
"title": "Hive Vault",
"description": "On-demand Obsidian vault access for AI coding assistants — 17 tools, 5 resources, 4 prompts.",
"repository": {
"url": "https://github.com/mlorentedev/hive",
"source": "github"
},
"version": "1.12.2",
"packages": [
{
"registryType": "pypi",
"identifier": "hive-vault",
"version": "1.12.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "VAULT_PATH",
"description": "Absolute path to your Obsidian vault (or any Markdown directory)",
"isRequired": false,
"isSecret": false
},
{
"name": "HIVE_OLLAMA_ENDPOINT",
"description": "Ollama API endpoint for local worker delegation",
"isRequired": false,
"isSecret": false
},
{
"name": "OPENROUTER_API_KEY",
"description": "OpenRouter API key for cloud worker delegation",
"isRequired": false,
"isSecret": true
},
{
"name": "HIVE_VAULT_SCOPES",
"description": "JSON mapping of scope names to vault subdirectories",
"isRequired": false,
"isSecret": false
}
]
}
]
}