Rigol DHO824 Oscilloscope for Zed
io.github.aimoda/rigol-dho824-mcp
Control and query Rigol DHO824 oscilloscope for waveform capture and measurements
client:Zed
transport:stdio
runtime:oci
Install Rigol DHO824 Oscilloscope in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rigol-dho824-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae"
],
"env": {
"RIGOL_RESOURCE": "<RIGOL_RESOURCE>",
"VISA_TIMEOUT": "<VISA_TIMEOUT>",
"RIGOL_BEEPER_ENABLED": "<RIGOL_BEEPER_ENABLED>",
"RIGOL_TEMP_DIR": "<RIGOL_TEMP_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs