Skip to content
Windsurf

sigrok MCP Server for Windsurf

io.github.kenosinc/sigrok-mcp-server

Wraps sigrok-cli for signal analysis: capture data, decode protocols, and query instruments.

client:Windsurf transport:stdio runtime:oci

Install sigrok MCP Server 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": {
    "sigrok-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
      ],
      "env": {
        "SIGROK_CLI_PATH": "<SIGROK_CLI_PATH>",
        "SIGROK_TIMEOUT_SECONDS": "<SIGROK_TIMEOUT_SECONDS>",
        "SIGROK_WORKING_DIR": "<SIGROK_WORKING_DIR>"
      }
    }
  }
}

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

sigrok MCP Server in other clients