← Back to browse

sigrok MCP Server

Indexed by io.github.KenosInc

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSIGROK_CLI_PATH SIGROK_TIMEOUT_SECONDS SIGROK_WORKING_DIR
Claude Code
claude mcp add --env SIGROK_CLI_PATH= --env SIGROK_TIMEOUT_SECONDS= --env SIGROK_WORKING_DIR= sigrok-mcp-server -- docker ghcr.io/kenosinc/sigrok-mcp-server:0.2.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sigrok-mcp-server","command":"docker","args":["ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"],"env":{"SIGROK_CLI_PATH":"","SIGROK_TIMEOUT_SECONDS":"","SIGROK_WORKING_DIR":""}}'
JSON
{
  "mcpServers": {
    "sigrok-mcp-server": {
      "command": "docker",
      "args": [
        "ghcr.io/kenosinc/sigrok-mcp-server:0.2.0"
      ],
      "env": {
        "SIGROK_CLI_PATH": "",
        "SIGROK_TIMEOUT_SECONDS": "",
        "SIGROK_WORKING_DIR": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.