Skip to main content
Glama

ROS MCP Server

Apache 2.0
173
  • Apple
  • Linux

set_websocket_ip

Configure the IP and port for WebSocket connections in the ROS MCP Server to enable robotic movement control via precise IP settings.

Instructions

Set the IP and port for the WebSocket connection.

Input Schema

NameRequiredDescriptionDefault
ipYes
local_ipYes
portYes

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "local_ip": { "title": "Local Ip", "type": "string" }, "port": { "title": "Port", "type": "integer" } }, "required": [ "ip", "port", "local_ip" ], "title": "set_websocket_ipArguments", "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/robotmcp/ros-mcp-server'

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