Skip to content

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

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

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

Embedded / IoT Mentor in other clients