MCP Server
MCP
Embedded / IoT Mentor
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
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
By
Comments
Sign in to leave a comment