Skip to content
Cursor

sigrok MCP Server for Cursor

io.github.kenosinc/sigrok-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install sigrok MCP Server 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": {
    "sigrok-mcp-server": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

sigrok MCP Server in other clients