Skip to content
Cursor

Cloudhil for Cursor

io.github.tetef/cloudhil

Flash pre-built STM32/LPC ELFs on real Nucleo/Discovery boards over HTTPS. Does not compile.

client:Cursor transport:stdio runtime:pypi

Install Cloudhil 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": {
    "cloudhil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cloudhil-mcp"
      ],
      "env": {
        "CLOUDHIL_URL": "<CLOUDHIL_URL>",
        "CLOUDHIL_API_KEY": "<CLOUDHIL_API_KEY>"
      }
    }
  }
}

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

Cloudhil in other clients