hivemind for Zed
io.github.hiveforge-sh/hivemind
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
client:Zed
transport:stdio
runtime:npm
Install hivemind in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hivemind": {
"command": "npx",
"args": [
"-y",
"@hiveforge/hivemind-mcp"
],
"env": {
"HIVEMIND_VAULT_PATH": "<HIVEMIND_VAULT_PATH>",
"HIVEMIND_CONFIG_PATH": "<HIVEMIND_CONFIG_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs