regennexus mcp for Cursor
io.github.regennow/regennexus-mcp
AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT
client:Cursor
transport:stdio
runtime:pypi
Install regennexus mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"regennexus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<REGENNEXUS_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs