Skip to content
Cursor

EmbeddedCI BenchPod for Cursor

io.github.embeddedci-com/embeddedci-mcp

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

client:Cursor transport:stdio runtime:pypi

Install EmbeddedCI BenchPod in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EmbeddedCI BenchPod in other clients