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
{
"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