Skip to content
Grok

EmbeddedCI BenchPod for Grok

io.github.embeddedci-com/embeddedci-mcp

Drive a BenchPod hardware-in-the-loop bench: power, flash, UART, I2C, CAN, analog and logic.

client:Grok transport:stdio runtime:pypi

Install EmbeddedCI BenchPod in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "embeddedci-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "embeddedci-mcp"
      ],
      "env": {
        "BENCHPOD_CONNECTION": "<BENCHPOD_CONNECTION>",
        "BENCHPOD_LA_VOLTAGE": "<BENCHPOD_LA_VOLTAGE>",
        "BENCHPOD_API_KEY": "<BENCHPOD_API_KEY>"
      }
    }
  }
}

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

EmbeddedCI BenchPod in other clients