Skip to content
Windsurf

EmbeddedCI BenchPod for Windsurf

io.github.embeddedci-com/embeddedci-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install EmbeddedCI BenchPod in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

EmbeddedCI BenchPod in other clients