hivelore for Zed
io.github.doucs91/hivelore
Deterministic gate: blocks any commit whose diff reintroduces a documented team mistake.
client:Zed
transport:stdio
runtime:npm
Install hivelore in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"hivelore": {
"command": "npx",
"args": [
"-y",
"@hivelore/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs