We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aimoda/rigol-dho824-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•284 B
# Rigol DHO824 MCP Server Configuration
# VISA Resource String for the oscilloscope (required)
# Example: TCPIP0::192.168.1.100::inst0::INSTR
RIGOL_RESOURCE=TCPIP0::192.168.1.100::inst0::INSTR
# Optional: Timeout in milliseconds for VISA operations (default: 5000)
VISA_TIMEOUT=5000