← Index

Rigol DHO824 Oscilloscope

io.github.aimoda/rigol-dho824-mcp·v0.1.143-main.2b177ae·Other
Quality Score
84
/100

Control and query Rigol DHO824 oscilloscope for waveform capture and measurements

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "rigol-dho824-mcp": {
      "command": "uvx",
      "args": [
        "rigol-dho824-mcp"
      ],
      "env": {
        "RIGOL_RESOURCE": "<rigol_resource>",
        "VISA_TIMEOUT": "30000",
        "RIGOL_BEEPER_ENABLED": "false",
        "RIGOL_TEMP_DIR": "<rigol_temp_dir>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "rigol-dho824-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"
      ],
      "env": {
        "RIGOL_RESOURCE": "<rigol_resource>",
        "VISA_TIMEOUT": "30000",
        "RIGOL_BEEPER_ENABLED": "false",
        "RIGOL_TEMP_DIR": "<rigol_temp_dir>"
      }
    }
  }
}
§02  Environment variables
RIGOL_RESOURCE
required

VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').

VISA_TIMEOUT

Communication timeout in milliseconds

RIGOL_BEEPER_ENABLED

Enable or disable oscilloscope beeper sounds

RIGOL_TEMP_DIR
required

Host-side path for returned file paths. The container writes to /tmp/rigol internally and translates paths to this value in responses. Must match the host path in your -v mount. Required for Docker usage.

RIGOL_RESOURCE
required

VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').

VISA_TIMEOUT

Communication timeout in milliseconds

RIGOL_BEEPER_ENABLED

Enable or disable oscilloscope beeper sounds

§03  MCP Quality Score  ·  methodology
freshness
14
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Other