Skip to content
Grok

Agentic HIL for Grok

io.github.agentic-hil/agentic-hil

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

client:Grok transport:stdio runtime:pypi

Install Agentic HIL in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Agentic HIL in other clients