Loading MCP server directory, please wait...
Control and query Rigol DHO824 oscilloscope for waveform capture and measurements
npx @getmcp/cli add io.github.aimoda/rigol-dho824-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
RIGOL_RESOURCEVISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').
RIGOL_TEMP_DIRHost-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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aimoda/rigol-dho824-mcp": {
"command": "docker",
"args": [
"run",
"/tmp/rigol-data:/tmp/rigol",
"RIGOL_RESOURCE",
"VISA_TIMEOUT",
"RIGOL_BEEPER_ENABLED",
"RIGOL_TEMP_DIR",
"ghcr.io/aimoda/rigol-dho824-mcp",
"run",
"-i",
"--rm",
"-e",
"RIGOL_RESOURCE",
"-e",
"VISA_TIMEOUT",
"-e",
"RIGOL_BEEPER_ENABLED",
"-e",
"RIGOL_TEMP_DIR",
"ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"
],
"env": {
"RIGOL_RESOURCE": "",
"VISA_TIMEOUT": "30000",
"RIGOL_BEEPER_ENABLED": "false",
"RIGOL_TEMP_DIR": ""
}
}
}
}