Bagel for Zed
io.github.extelligence-ai/bagel
Plain-English analysis of robotics, drone, and IoT data, with intelligent edge data reduction.
client:Zed
transport:stdio
runtime:oci
Install Bagel in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bagel": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/extelligence-ai/bagel/ros2-kilted:2.3.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs