Odel
Rigol DHO824 Oscilloscope

Rigol DHO824 Oscilloscope

Local
@aimoda3PythonMITUpdated 10mo ago

Control and query Rigol DHO824 oscilloscope for waveform capture and measurements

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae

Run

docker run -i --rm ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae

MCP client config

{
  "mcpServers": {
    "rigol-dho824-oscilloscope": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"
      ]
    }
  }
}
PyPIrigol-dho824-mcpv0.1.143

Run

uvx rigol-dho824-mcp

MCP client config

{
  "mcpServers": {
    "rigol-dho824-oscilloscope": {
      "command": "uvx",
      "args": [
        "rigol-dho824-mcp"
      ]
    }
  }
}