Skip to content
VS Code

Agentic HIL for VS Code

io.github.agentic-hil/agentic-hil

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

client:VS Code transport:stdio runtime:pypi

Install Agentic HIL in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Agentic HIL in other clients