MCP Server
MCP
io.github.hiveforge-sh/hivemind
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
Install
npx -y @hiveforge/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@hiveforge/hivemind-mcp",
"version": "3.6.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to your Obsidian vault directory",
"isRequired": true,
"format": "string",
"name": "HIVEMIND_VAULT_PATH"
},
{
"description": "Path to optional Hivemind config file",
"format": "string",
"name": "HIVEMIND_CONFIG_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment