← Back to Plugins
MCP Server MCP

sigrok MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/kenosinc/sigrok-mcp-server:0.2.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/kenosinc/sigrok-mcp-server:0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to sigrok-cli binary",
          "name": "SIGROK_CLI_PATH"
        },
        {
          "description": "Command execution timeout in seconds",
          "name": "SIGROK_TIMEOUT_SECONDS"
        },
        {
          "description": "Working directory for sigrok-cli execution",
          "name": "SIGROK_WORKING_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...