← Back to Plugins
MCP Server MCP

Embedded / IoT Mentor

github By github 👁 1 views ▲ 0 votes

Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.

Homepage Verified source GitHub

Install

oci:ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8000/mcp"
      },
      "environmentVariables": [
        {
          "description": "Interface to bind. The image sets 0.0.0.0; the bare server defaults to loopback only.",
          "default": "0.0.0.0",
          "name": "HOST"
        },
        {
          "description": "Port to serve on. Hosts that assign a port set this.",
          "default": "8000",
          "name": "PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...