Rigol DHO824 Oscilloscope MCP Server
io.github.aimoda/rigol-dho824-mcp
What is the Rigol DHO824 Oscilloscope MCP server?
Control and query Rigol DHO824 oscilloscope for waveform capture and measurements
How to install Rigol DHO824 Oscilloscope
Copy-paste configuration for popular MCP clients.
RIGOL_RESOURCErequiredVISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').
VISA_TIMEOUTCommunication timeout in milliseconds
RIGOL_BEEPER_ENABLEDEnable or disable oscilloscope beeper sounds
RIGOL_TEMP_DIRrequiredHost-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.
{
"mcpServers": {
"rigol-dho824-mcp": {
"command": "uvx",
"args": [
"rigol-dho824-mcp"
],
"env": {
"RIGOL_RESOURCE": "<YOUR_RIGOL_RESOURCE>",
"VISA_TIMEOUT": "<YOUR_VISA_TIMEOUT>",
"RIGOL_BEEPER_ENABLED": "<YOUR_RIGOL_BEEPER_ENABLED>",
"RIGOL_TEMP_DIR": "<YOUR_RIGOL_TEMP_DIR>"
}
}
}
}{
"mcpServers": {
"rigol-dho824-mcp": {
"command": "uvx",
"args": [
"rigol-dho824-mcp"
],
"env": {
"RIGOL_RESOURCE": "<YOUR_RIGOL_RESOURCE>",
"VISA_TIMEOUT": "<YOUR_VISA_TIMEOUT>",
"RIGOL_BEEPER_ENABLED": "<YOUR_RIGOL_BEEPER_ENABLED>",
"RIGOL_TEMP_DIR": "<YOUR_RIGOL_TEMP_DIR>"
}
}
}
}{
"mcpServers": {
"rigol-dho824-mcp": {
"command": "uvx",
"args": [
"rigol-dho824-mcp"
],
"env": {
"RIGOL_RESOURCE": "<YOUR_RIGOL_RESOURCE>",
"VISA_TIMEOUT": "<YOUR_VISA_TIMEOUT>",
"RIGOL_BEEPER_ENABLED": "<YOUR_RIGOL_BEEPER_ENABLED>",
"RIGOL_TEMP_DIR": "<YOUR_RIGOL_TEMP_DIR>"
}
}
}
}{
"servers": {
"rigol-dho824-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rigol-dho824-mcp"
],
"env": {
"RIGOL_RESOURCE": "<YOUR_RIGOL_RESOURCE>",
"VISA_TIMEOUT": "<YOUR_VISA_TIMEOUT>",
"RIGOL_BEEPER_ENABLED": "<YOUR_RIGOL_BEEPER_ENABLED>",
"RIGOL_TEMP_DIR": "<YOUR_RIGOL_TEMP_DIR>"
}
}
}
}claude mcp add rigol-dho824-mcp --env RIGOL_RESOURCE=<YOUR_RIGOL_RESOURCE> --env VISA_TIMEOUT=<YOUR_VISA_TIMEOUT> --env RIGOL_BEEPER_ENABLED=<YOUR_RIGOL_BEEPER_ENABLED> --env RIGOL_TEMP_DIR=<YOUR_RIGOL_TEMP_DIR> -- uvx rigol-dho824-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.