Agentic HIL for Gemini CLI
io.github.agentic-hil/agentic-hil
Develop firmware on the real board behind a debug probe: flash, reset, UART and CAN, policy-gated.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Agentic HIL in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agentic-hil": {
"command": "uvx",
"args": [
"agentic-hil"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs