MCP Server
MCP
Rigol DHO824 Oscilloscope
Control and query Rigol DHO824 oscilloscope for waveform capture and measurements
Install
oci:ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The runtime command to execute",
"value": "run",
"type": "positional"
},
{
"description": "Run container in interactive mode",
"type": "named",
"name": "-i"
},
{
"description": "Automatically remove the container when it exits",
"type": "named",
"name": "--rm"
},
{
"description": "Bind mount a host directory into the container",
"type": "named",
"name": "-v"
},
{
"description": "Bind mount path for waveform and screenshot data",
"value": "/tmp/rigol-data:/tmp/rigol",
"type": "positional"
},
{
"description": "Set an environment variable in the runtime",
"type": "named",
"name": "-e"
},
{
"description": "Environment variable name",
"value": "RIGOL_RESOURCE",
"type": "positional"
},
{
"description": "Set an environment variable in the runtime",
"type": "named",
"name": "-e"
},
{
"description": "Environment variable name",
"value": "VISA_TIMEOUT",
"type": "positional"
},
{
"description": "Set an environment variable in the runtime",
"type": "named",
"name": "-e"
},
{
"description": "Environment variable name",
"value": "RIGOL_BEEPER_ENABLED",
"type": "positional"
},
{
"description": "Set an environment variable in the runtime",
"type": "named",
"name": "-e"
},
{
"description": "Environment variable name",
"value": "RIGOL_TEMP_DIR",
"type": "positional"
},
{
"description": "The container image to run",
"value": "ghcr.io/aimoda/rigol-dho824-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').",
"isRequired": true,
"placeholder": "TCPIP0::192.168.1.100::inst0::INSTR",
"name": "RIGOL_RESOURCE"
},
{
"description": "Communication timeout in milliseconds",
"format": "number",
"default": "30000",
"name": "VISA_TIMEOUT"
},
{
"description": "Enable or disable oscilloscope beeper sounds",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
],
"name": "RIGOL_BEEPER_ENABLED"
},
{
"description": "Host-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.",
"isRequired": true,
"format": "filepath",
"placeholder": "/tmp/rigol-data",
"name": "RIGOL_TEMP_DIR"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rigol-dho824-mcp",
"version": "0.1.143",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').",
"isRequired": true,
"placeholder": "TCPIP0::192.168.1.100::inst0::INSTR",
"name": "RIGOL_RESOURCE"
},
{
"description": "Communication timeout in milliseconds",
"format": "number",
"default": "30000",
"name": "VISA_TIMEOUT"
},
{
"description": "Enable or disable oscilloscope beeper sounds",
"format": "boolean",
"default": "false",
"choices": [
"true",
"false"
],
"name": "RIGOL_BEEPER_ENABLED"
}
]
}
]
}
mcp
model-context-protocol
oci
pypi
By
Comments
Sign in to leave a comment