Skip to content
Zed

EmbeddedCI BenchPod for Zed

io.github.embeddedci-com/embeddedci-mcp

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

client:Zed transport:stdio runtime:pypi

Install EmbeddedCI BenchPod in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

EmbeddedCI BenchPod in other clients