regennexus mcp for VS Code
io.github.regennow/regennexus-mcp
AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT
client:VS Code
transport:stdio
runtime:pypi
Install regennexus mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "regennexus-mode",
"description": "REGENNEXUS_MODE",
"password": true
}
],
"servers": {
"regennexus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "${input:regennexus-mode}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs