cfgd for Zed
io.github.tj-smith47/cfgd
Declarative, GitOps-style machine configuration management
client:Zed
transport:stdio
runtime:oci
Install cfgd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cfgd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/cfgd:0.11.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs