CMDOP Machine Care for VS Code
io.github.commandoperator/cmdop-care
Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.
client:VS Code
transport:stdio
runtime:oci
Install CMDOP Machine Care in VS Code
.vscode/mcp.json
{
"servers": {
"cmdop-care": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/commandoperator/cmdop-care:v0.1.2"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs