nodrix for VS Code
live.nodrix/nodrix
Read live and historical IoT telemetry and actuate ESP32/Arduino hardware from a backend you host.
client:VS Code
transport:streamable-http
Install nodrix in VS Code
.vscode/mcp.json
{
"servers": {
"nodrix": {
"type": "http",
"url": "https://{host}/v1/mcp/oauth"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs