Skip to content
Cursor

Agentic HIL for Cursor

io.github.agentic-hil/agentic-hil

Develop firmware on the real board behind a debug probe: flash, reset, UART and CAN, policy-gated.

client:Cursor transport:stdio runtime:pypi

Install Agentic HIL in Cursor

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

{
  "mcpServers": {
    "agentic-hil": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentic-hil"
      ]
    }
  }
}

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

Agentic HIL in other clients