Skip to content
Cursor

devicecloud for Cursor

io.github.rubenglez/devicecloud

Triage failing DeviceCloud Maestro test runs: fail reasons, screenshots, flaky-flow analytics

client:Cursor transport:stdio runtime:npm

Install devicecloud in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "devicecloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "devicecloud-mcp"
      ],
      "env": {
        "DEVICE_CLOUD_API_KEY": "<DEVICE_CLOUD_API_KEY>"
      }
    }
  }
}

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

devicecloud in other clients