Loading MCP server directory, please wait...
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
npx @getmcp/cli add io.github.mh-mansouri/embedded-iot-mentorRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mh-mansouri/embedded-iot-mentor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HOST",
"-e",
"PORT",
"ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3"
],
"env": {
"HOST": "0.0.0.0",
"PORT": "8000"
}
}
}
}