Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

regennexus mcp in other clients