Embedded / IoT Mentor for Gemini CLI
io.github.mh-mansouri/embedded-iot-mentor
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
client:Gemini CLI
transport:stdio
runtime:oci
Install Embedded / IoT Mentor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs