Skip to content
Zed

Agentic HIL for Zed

io.github.agentic-hil/agentic-hil

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

client:Zed transport:stdio runtime:pypi

Install Agentic HIL in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agentic-hil": {
      "command": "uvx",
      "args": [
        "agentic-hil"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Agentic HIL in other clients