Skip to content
Cursor

CMDOP Machine Care for Cursor

io.github.commandoperator/cmdop-care

Read-only health and storage diagnostics for an enrolled CMDOP machine fleet.

client:Cursor transport:stdio runtime:oci

Install CMDOP Machine Care in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cmdop-care": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/commandoperator/cmdop-care:v0.1.2"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CMDOP Machine Care in other clients