AgentHubAgentHub

Rigol DHO824 Oscilloscope

MCP ServerMCP Registry官方收录

io.github.aimoda/rigol-dho824-mcp · v0.1.143-main.2b177ae

Control and query Rigol DHO824 oscilloscope for waveform capture and measurements

概览

Rigol DHO824 Oscilloscope 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "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>",
        "RIGOL_TEMP_DIR": "<RIGOL_TEMP_DIR>"
      }
    }
  }
}

环境变量

RIGOL_RESOURCE必填

VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').

VISA_TIMEOUT可选

Communication timeout in milliseconds

RIGOL_BEEPER_ENABLED可选

Enable or disable oscilloscope beeper sounds

RIGOL_TEMP_DIR必填

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.

RIGOL_RESOURCE必填

VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').

VISA_TIMEOUT可选

Communication timeout in milliseconds

RIGOL_BEEPER_ENABLED可选

Enable or disable oscilloscope beeper sounds

相关资源

统一 Manifest

{
  "id": "io.github.aimoda/rigol-dho824-mcp",
  "type": "mcp-server",
  "version": "0.1.143-main.2b177ae",
  "displayName": "Rigol DHO824 Oscilloscope",
  "description": "Control and query Rigol DHO824 oscilloscope for waveform capture and measurements",
  "repository": {
    "url": "https://github.com/aimoda/rigol-dho824-mcp",
    "source": "github"
  },
  "homepage": "https://aimoda.github.io/rigol-dho824-mcp/",
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/aimoda/rigol-dho824-mcp:0.1.143-main.2b177ae",
        "runtimeHint": "docker",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "RIGOL_RESOURCE",
            "description": "VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').",
            "isRequired": true
          },
          {
            "name": "VISA_TIMEOUT",
            "description": "Communication timeout in milliseconds"
          },
          {
            "name": "RIGOL_BEEPER_ENABLED",
            "description": "Enable or disable oscilloscope beeper sounds"
          },
          {
            "name": "RIGOL_TEMP_DIR",
            "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
          }
        ]
      },
      {
        "registryType": "pypi",
        "identifier": "rigol-dho824-mcp",
        "version": "0.1.143",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "RIGOL_RESOURCE",
            "description": "VISA resource string for connecting to the oscilloscope (e.g., 'TCPIP0::192.168.1.100::inst0::INSTR').",
            "isRequired": true
          },
          {
            "name": "VISA_TIMEOUT",
            "description": "Communication timeout in milliseconds"
          },
          {
            "name": "RIGOL_BEEPER_ENABLED",
            "description": "Enable or disable oscilloscope beeper sounds"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aimoda/rigol-dho824-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aimoda%2Frigol-dho824-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Rigol DHO824 Oscilloscope — MCP Server 安装与配置 · AgentHub