睿尔曼机械臂 MCP Server — 7 个工具、249 条 TCP 指令、TF-IDF 语义搜索、内置安全护栏 RealMan robot arm MCP Server — 7 tools, 249 TCP commands, TF-IDF semantic search, built-in safety guardrails
每个工具遵循统一回答契约:结论 → 代码 → 验证方法 → 如果不行 → 置信度 Each tool follows a unified answer contract: conclusion → code → verification → fallback → confidence
在 Cursor / Claude Code 中,AI 自动调用 MCP 帮你从零写出完整工程代码 In Cursor / Claude Code, AI automatically calls MCP to write complete project code from scratch
force_grasp.py,函数签名、参数类型、安全提示全部正确
AI combines 3 tool responses to generate complete force_grasp.py with correct signatures, types, and safety notes
配置 MCP 后,在 AI 助手中直接对话即可 After setup, just talk to your AI assistant naturally
192.168.1.18:8080、3 行 Python 连接代码、线缆检查清单、上电顺序、急停位置
Returns default IP 192.168.1.18:8080, 3-line Python connection code, cable checklist, power-on sequence, e-stop location
rm_set_force_position 完整签名、参数表、Python 示例代码,附安全提示
Returns rm_set_force_position full signature, param table, Python example, with safety notes
rm_clear_system_err() + ★★★★★ 置信度
Returns "target angle exceeds limit" + cause + recovery code rm_clear_system_err() + ★★★★★ confidence
receive_state: true
Sends movej via TCP directly. Robot starts moving. Returns receive_state: true
添加到 IDE 配置,立即获得机器人开发知识 Add to your IDE config, start coding with robot knowledge
这是预发布版本。control_robot 工具会向机械臂发送真实 TCP 指令。
已通过 6 轮对抗性测试 + 真机仿真验证(69/69 全品类通过),但尚未在生产环境中验证。
建议:首次集成请使用仿真模式。问题反馈:GitHub Issues
This is a pre-release version. The control_robot tool sends real TCP commands to robot arms.
It has passed 6 rounds of adversarial testing + real robot simulation verification (69/69 full-category tests),
but has not yet been validated in production environments.
Recommended: Use simulation mode for initial integration. Report issues at
GitHub Issues