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).
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"
]
}
}
}Run
uvx rigol-dho824-mcp
MCP client config
{
"mcpServers": {
"rigol-dho824-oscilloscope": {
"command": "uvx",
"args": [
"rigol-dho824-mcp"
]
}
}
}