Embedded / IoT Mentor for Cursor
io.github.mh-mansouri/embedded-iot-mentor
Embedded/IoT mentor: picks the board and toolchain, estimates cost and battery life.
client:Cursor
transport:stdio
runtime:oci
Install Embedded / IoT Mentor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs