Bagel Robotics MCP Server
@shouhengyi
关于 Bagel Robotics MCP Server
Turn Your ROS/PX4 Robots into Agents! 🤖
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bagel": {
"command": "docker",
"args": [
"compose",
"up",
"--build",
"ros2-kilted"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bagel Robotics MCP Server?
Bagel Robotics MCP Server is a tool for extracting, transforming, and analyzing robotics data. It ingests common robotics log formats (ROS 1, ROS 2, PX4) and outputs data as a pandas DataFrame or PyArrow Dataset.
How to use Bagel Robotics MCP Server?
Install with Poetry (poetry install), then run poetry run python3 main.py to process data. Alternatively, use Docker with docker compose up --build <service> after mounting your local data folder. For a scripted workflow, use the reader factory to read topic messages by name.
Key features of Bagel Robotics MCP Server
- Extracts robotics data to pandas DataFrames or PyArrow Datasets
- Supports ROS 1
.bag, ROS 2.mcap/.db3, and PX4.ulglogs - Processes data locally on your hardware (no cloud upload required)
- Provides ready-to-use Docker images for zero‑dependency setup
- Extensible to additional log formats via feature requests
Use cases of Bagel Robotics MCP Server
- Perform granular robot‑level troubleshooting from field logs
- Aggregate fleet‑wide performance metrics and exception trends
- Build executive dashboards without moving raw data to the cloud
- Auto‑triage issues during robot and server idle time
FAQ from Bagel Robotics MCP Server
What log formats does Bagel Robotics MCP Server support?
Out of the box it
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论