Embedded / IoT Mentor for Grok
io.github.mh-mansouri/embedded-iot-mentor
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
client:Grok
transport:stdio
runtime:oci
Install Embedded / IoT Mentor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"embedded-iot-mentor": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mh-mansouri/embedded-iot-mentor-mcp:1.1.3"
],
"env": {
"HOST": "<HOST>",
"PORT": "<PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs