CMDOP Machine Care for Zed
io.github.commandoperator/cmdop-care
Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.
client:Zed
transport:stdio
runtime:oci
Install CMDOP Machine Care in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cmdop-care": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/commandoperator/cmdop-care:v0.1.2"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs