Skip to main content
Glama

nUR MCP Server

by nonead

get_programs

Retrieve all programs from a specified IP-connected robot using SSH credentials on the nUR MCP Server. Simplify program management for Universal Robots with this tool.

Instructions

获取指定IP机器人的所有程序。 IP:机器人地址 username:ssh账号 password:ssh密码

Input Schema

NameRequiredDescriptionDefault
ipYes
passwordNoeasybot
usernameNoroot

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "password": { "default": "easybot", "title": "password", "type": "string" }, "username": { "default": "root", "title": "username", "type": "string" } }, "required": [ "ip" ], "title": "get_programsArguments", "type": "object" }

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/nonead/nUR-MCP-SERVER'

If you have feedback or need assistance with the MCP directory API, please join our Discord server