ROS 2 Workspace Inspector
@doer0312
关于 ROS 2 Workspace Inspector
Statically inspect and diagnose ROS 2 workspaces with AI agents—locally, safely, and without installing ROS.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ros2-workspace-inspector": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/ros2-workspace-mcp",
"run",
"ros2-workspace-mcp",
"--root",
"/absolute/path/to/your/ros2_ws"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
ROS 2 Workspace Inspector gives AI coding agents structured access to the architecture of a local ROS 2 project without running the project itself.
Core capabilities:
- Discover packages and workspace layout
- Inspect package manifests, build systems, executables, and project files
- Analyze internal and external dependencies
- Parse ROS 2 Msg, Srv, and Action interfaces
- Statically inspect Python, XML, and YAML launch files
- Validate URDF structure and summarize Xacro files
- Generate a consolidated workspace diagnosis
- Expose compact workspace and package context as MCP Resources
- Provide a guided ROS 2 workspace review Prompt
Available tools:
scan_workspaceinspect_packageanalyze_dependenciesinspect_interfacesanalyze_launch_fileinspect_robot_descriptiondiagnose_workspace
Resources:
ros2-workspace://summaryros2-workspace://package/{package_name}
Prompt:
review_ros2_workspace
Security characteristics:
- Read-only static analysis
- Local workspace access only
- Root-directory sandboxing
- Path traversal and symlink escape protection
- No execution of ROS, colcon, shell, setup.py, launch files, or Xacro
- No modification of workspace files
- No ROS installation required
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup

Sentry
modelcontextprotocolModel Context Protocol Servers
@vercel/mcp-adapter
vercelEasily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论