RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
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
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"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"
}
}