Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Embedded / IoT Mentor in other clients