Bagel for VS Code
io.github.extelligence-ai/bagel
Plain-English analysis of robotics, drone, and IoT data, with intelligent edge data reduction.
client:VS Code
transport:stdio
runtime:oci
Install Bagel in VS Code
.vscode/mcp.json
{
"servers": {
"bagel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/extelligence-ai/bagel/ros2-kilted:2.3.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs