Skip to content

sigrok MCP Server for Zed

io.github.kenosinc/sigrok-mcp-server

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

client:Zed transport:stdio runtime:oci

Install sigrok MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sigrok MCP Server in other clients