Embedded / IoT Mentor for Zed
io.github.mh-mansouri/embedded-iot-mentor
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
client:Zed
transport:stdio
runtime:oci
Install Embedded / IoT Mentor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"embedded-iot-mentor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3"
],
"env": {
"HOST": "<HOST>",
"PORT": "<PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs