Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by araitaiga • Uncategorized
An MCP server that loads ROS2 rosbag log files, builds an in-memory database, and enables SQL-like querying of /rosout logs.
Analyze ROS2 application logs recorded in rosbag files.
Query and filter ROS2 /rosout logs efficiently using SQL-like commands.
Debug and monitor ROS2 nodes by inspecting runtime log data.
This MCP server loads ROS2 rosbag files containing /rosout topic data and builds an in-memory SQLite database for efficient querying. It allows users to search and filter logs by time range, node name, log level, and message content, facilitating runtime analysis and debugging of ROS2 applications. The server can be run via Docker or uv, providing flexible deployment options.