Rigol DHO824 Oscilloscope
About
Control and query Rigol DHO824 oscilloscope for waveform capture and measurements
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RIGOL_RESOURCE VISA_TIMEOUT RIGOL_BEEPER_ENABLED RIGOL_TEMP_DIRClaude Code
claude mcp add --env RIGOL_RESOURCE= --env VISA_TIMEOUT= --env RIGOL_BEEPER_ENABLED= --env RIGOL_TEMP_DIR= rigol-dho824-mcp -- docker ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"rigol-dho824-mcp","command":"docker","args":["ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"],"env":{"RIGOL_RESOURCE":"","VISA_TIMEOUT":"","RIGOL_BEEPER_ENABLED":"","RIGOL_TEMP_DIR":""}}'
JSON
{
"mcpServers": {
"rigol-dho824-mcp": {
"command": "docker",
"args": [
"ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"
],
"env": {
"RIGOL_RESOURCE": "",
"VISA_TIMEOUT": "",
"RIGOL_BEEPER_ENABLED": "",
"RIGOL_TEMP_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.