Skip to main content
Glama

WiseVision/mcp_server_ros_2

by wise-vision
server.json1.55 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.wise-vision/ros2_mcp", "description": "View ROS 2 nodes and topics, and call services and actions via MCP", "repository": { "url": "https://github.com/wise-vision/ros2_mcp", "source": "github" }, "version": "1.0.0", "packages": [ { "registryType": "oci", "identifier": "docker.io/mcp/ros2:latest", "transport": { "type": "stdio" }, "runtimeHint": "docker", "runtimeArguments": [ { "type": "named", "name": "-v", "description": "Mount custom messages directory", "value": "~/mcp_custom_messages:/app/custom_msgs", "isRequired": false } ], "environmentVariables": [ { "name": "MCP_CUSTOM_PROMPTS", "description": "Enable custom prompts", "isRequired": false, "value": "false" }, { "name": "MCP_PROMPTS_LOCAL", "description": "Use local prompts", "isRequired": false, "value": "false" }, { "name": "MCP_PROMPTS_PATH", "description": "Path to custom prompts directory", "isRequired": false, "value": "/app/ros2_mcp_prompts" }, { "name": "MCP_PROMPTS_MODULE", "description": "Name of the prompts module", "isRequired": false, "value": "extension_prompts" } ] } ] }

Latest Blog Posts

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/wise-vision/mcp_server_ros_2'

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