sdm-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@sdm-mcpmeasure DC voltage on 192.168.1.102"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SDM Digital Multimeter MCP Server
基于 SDM Programming Manual CN03-2 编写的 MCP Server,通过 TCP/IP (SCPI 协议,端口 5024) 远程控制 Siglent SDM3000 系列数字万用表。
适用型号:SDM3055X-E、SDM3055X、SDM3045X、SDM3065X
快速开始
pip install -r requirements.txtRelated MCP server: rigol-mcp
通信协议
项目 | 说明 |
物理层 | Ethernet (TCP/IP) |
端口 | 5024 |
协议 | Raw TCP Socket |
命令 | IEEE 488.2 + SCPI |
可用工具(26 个)
连接
工具 | 说明 |
| 连接 DMM |
| 断开 |
| 发送任意 SCPI 命令 |
| 设备 ID |
| 恢复出厂 |
测量(核心)
工具 | 说明 |
| 一键测量:配置功能+量程+NPLC+自动调零 → 触发 → 读取值 |
| 快速读取当前值(不改设置) |
| 配置测量功能+量程(不读数,用于重复 read) |
| 读取当前配置 |
测量功能:DCV/ACV/DCI/ACI/2W-Ω/4W-Ω/频率/周期/电容/通断/二极管/RTD/热电偶
相对值(NULL)
工具 | 说明 |
| 启用/禁用相对测量,设置参考值 |
限值测试
工具 | 说明 |
| 设置上下限、启用 PASS/FAIL 测试 |
| 读取限值设置 |
统计
工具 | 说明 |
| 启用/禁用、设置平均次数、清零 |
| 读取:平均值/最小值/最大值/标准差/峰峰值 |
dB/dBm 刻度
工具 | 说明 |
| 配置 dB 或 dBm 刻度 |
温度
工具 | 说明 |
| 配置 RTD/热电偶类型、单位 (C/F/K)、参考端 |
触发
工具 | 说明 |
| 配置触发源/斜率/延迟/计数 |
| 发送软件触发 (*TRG) |
读数存储
工具 | 说明 |
| 设置存储点数、清零 |
| 读取全部存储数据 |
直方图
工具 | 说明 |
| 启用/量程/箱数/清零 |
| 读取直方图数据 |
系统
工具 | 说明 |
| 蜂鸣器开关、通断阈值 |
| 读取网络设置 |
| 设备状态+错误队列 |
| 一键概览:功能+读数+NPLC+限值+相对+统计 |
使用示例
> connect host=192.168.1.102
Connected to 192.168.1.102:5024
> measure function=VOLT:DC nplc=10
Measuring VOLT:DC...
NPLC: 10.0
>>> +3.31495E+00
> configure_function function=RES auto_range=true
Configured: RES
Auto-Range: ON
> read_value
Reading: +1.00032E+03
> configure_statistics state=true count=100
Statistics:
- Statistics: ON
- Count: 100
> quick_snapshot
=== SDM Quick Snapshot ===
Device: Siglent,SDM3055X-E,...
Function: VOLT:DC
Reading: +3.31495E+00
NPLC: 10 | Auto-Zero: ON
Limits: OFF
Relative (NULL): OFF
Statistics: ON | Average: +3.31493E+00项目结构
sdm-mcp/
├── server.py
├── requirements.txt
├── .mcp.json
├── README.md
├── .gitignore
└── sdm_mcp.log兼容性
SDM3045X (4.5 位)
SDM3055X / SDM3055X-E (5.5 位)
SDM3065X (6.5 位)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lxkang00/sdm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server