
Rigol DHO824 Oscilloscope
Control a Rigol DHO824 oscilloscope and capture waveforms or measurements from your agent during hardware bring-up or debugging.
Overview
Rigol DHO824 MCP is a Build-phase MCP server that lets agents control and query a Rigol DHO824 oscilloscope for captures and measurements.
What is this MCP server?
- MCP control and query for Rigol DHO824 oscilloscope
- Waveform capture and measurement-oriented workflows
- Docker runtime hint with documented run/-i/--rm/-v style arguments
- OCI distribution ghcr.io/aimoda/rigol-dho824-mcp
- Stdio transport for local agent sessions
- Server version 0.1.143-main.2b177ae
- Stdio transport with Docker runtime hint
- OCI image ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae
Community signal: 2 GitHub stars.
What problem does it solve?
Hardware debugging forces constant context switching between oscilloscope UI and your AI assistant when you need both instrument data and code changes.
Who is it for?
Indie builders with a Rigol DHO824 on the desk who want agent-assisted bring-up, signal checks, and measurement logging.
Skip if: Pure software SaaS projects with no bench gear, or scopes other than the DHO824 family this server targets.
What do I get? / Deliverables
With the MCP server registered, your agent can drive scope operations over stdio and fold waveform evidence into the same debugging thread.
- Agent-invokable scope control and query tools
- Waveform capture workflows tied to your debug session
- Containerized stdio MCP deployment pattern
Recommended MCP Servers
Journey fit
Instrument control is part of building and validating hardware-adjacent products—integrations is the right shelf for lab gear MCP bridges. Integrations covers device APIs and lab tooling that extend what your agent can observe beyond software logs.
How it compares
Lab instrument MCP integration—not a cloud monitoring stack or generic serial debugger skill.
Common Questions / FAQ
Who is Rigol DHO824 MCP for?
Firmware and hardware-oriented solo builders who own a Rigol DHO824 and want Claude Code or similar agents to orchestrate captures and measurements via MCP.
When should I use Rigol DHO824 MCP?
Use it during prototype validation and integration debugging when oscilloscope traces are the ground truth for bugs you are fixing in Build or Ship prep.
How do I add Rigol DHO824 MCP to my agent?
Pull ghcr.io/aimoda/rigol-dho824-mcp with Docker using the registry’s stdio runtime arguments, ensure USB/LAN access to the scope per project docs, and add the stdio MCP server to your agent configuration.