Agentic HIL
Rank #587io.github.agentic-hil/agentic-hil
Probe, flash, reset and drive UART and CAN on a real STM32 or other embedded target, policy-gated.
Agentic HIL is a Model Context Protocol (MCP) server published by agentic-hil. It ranks #587 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Agentic HIL is listed across 2 registries — Official MCP and Glama, with 17 tracked versions. It was first listed on Jul 8, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 114,873 of 115,460 servers on MCP Toplist.
Use Agentic HIL
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentic-hil -- uvx agentic-hil mcp-stdio[mcp_servers.agentic-hil]
command = "uvx"
args = ["agentic-hil", "mcp-stdio"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentic-hil": {
"command": "uvx",
"args": [
"agentic-hil",
"mcp-stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentic-hil": {
"command": "uvx",
"args": [
"agentic-hil",
"mcp-stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentic-hil": {
"type": "stdio",
"command": "uvx",
"args": [
"agentic-hil",
"mcp-stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentic-hil": {
"command": "uvx",
"args": [
"agentic-hil",
"mcp-stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentic-hil": {
"command": "uvx",
"args": [
"agentic-hil",
"mcp-stdio"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.agentic-hil%2Fagentic-hil)<a href="https://mcptoplist.com/server/io.github.agentic-hil%2Fagentic-hil"><img src="https://mcptoplist.com/badge/io.github.agentic-hil%2Fagentic-hil.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
agentic-hil
Available versions (17)
| Version | Published |
|---|---|
| 0.20.0 | Aug 31, 2026 |
| 0.19.0 | Aug 30, 2026 |
| 0.18.0 | Aug 21, 2026 |
| 0.17.0 | Aug 20, 2026 |
| 0.16.0 | Aug 18, 2026 |
| 0.15.0 | Aug 17, 2026 |
| 0.14.0 | Aug 16, 2026 |
| 0.13.0 | Aug 12, 2026 |
| 0.12.0 | Aug 11, 2026 |
| 0.11.0 | Aug 10, 2026 |
| 0.10.0 | Aug 9, 2026 |
| 0.9.0 | Aug 7, 2026 |
| 0.8.0 | Aug 6, 2026 |
| 0.7.0 | Aug 3, 2026 |
| 0.5.0 | Aug 2, 2026 |
| 0.4.0 | Jul 31, 2026 |
| 0.2.3 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Agentic HIL?
- Agentic HIL is maintained by agentic-hil, which publishes 1 MCP server (17 total versions) tracked on MCP Toplist.
- Is Agentic HIL listed on the Official MCP Registry?
- Yes — Agentic HIL is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agentic HIL have?
- MCP Toplist tracks 17 versions of Agentic HIL, most recently published on Aug 31, 2026.
- Where can I find the source code for Agentic HIL?
- The source code for Agentic HIL is hosted at github.com/agentic-hil/agentic-hil.