GenieLocker for Zed
io.github.nhantour/genie-locker
Discover and quote quality-gated private AI inference without creating or buying a locker.
client:Zed
transport:stdio
runtime:oci
Install GenieLocker in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"genie-locker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nhantour/genie-locker-mcp:0.2.0"
],
"env": {
"GENIE_BASE_URL": "<GENIE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs