Agentic HIL MCP Server

Your AI agent writes the firmware, flashes it to the board on your desk, drives UART and CAN against it, reads back what the hardware actually did, and fixes what it got wrong; the run on the real board is what decides whether the work is done, and you review the pull request with that run's evidence in it. It runs locally over stdio via the published package.

People who work with embedded, hardware in the loop and openocd and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 13 · #24 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Agentic HIL

Claude Code

claude mcp add agentic-hil-agentic-hil -- uvx agentic-hil

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package agentic-hil - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.agentic-hil is GitHub-verified and matches the repo owner

03 · What Agentic HIL can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.21.5 · 2026-09-07

Added · The container tier proves the serial contract over a real pseudo-terminal pair made by socat inside the image and opened through the real pyserial, with the configuration naming one end as its COM port and a…

v0.21.4 · 2026-09-05

Changed · The outermost summary of a test plan refused because a permission denied a step now names that permission and says this bench's policy refused the plan, rather than reporting that the configuration failed…

v0.21.3 · 2026-09-05

Added · A back channel for a first run and a written support promise. .github/ISSUE_TEMPLATE/first-run.yml is an issue form for anybody who has walked this path on their own bench, green or red, and it asks for the…

04 · Who maintains Agentic HIL

Agentic HIL is maintained by agentic-hil. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
developer tools - ranked #24 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-07)
registry
io.github.agentic-hil/agentic-hil (active, first published 2026-07-14 · 26 versions)
packages
pypi:agentic-hil

06 · Agentic HIL FAQ

What is Agentic HIL?

Your AI agent writes the firmware, flashes it to the board on your desk, drives UART and CAN against it, reads back what the hardware actually did, and fixes what it got wrong; the run on the real board is what decides whether the work is done, and you review the pull request with that run's evidence in it. It runs locally over stdio via the published package.

Is Agentic HIL still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agentic HIL?

Run `uvx agentic-hil`. You can also paste the ready-made client config above.

Does Agentic HIL run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentic HIL

More developer tools MCP servers · Axint · Rtblint · Vastlint · Debugium · Oracle Forms

More Python MCP servers · Lore (agentkitai) · Akshare · Kronos · True Source · Agent Skills Search Server · see all