Serversio.github.ReGenNow/regennexus-mcp
M

io.github.ReGenNow/regennexus-mcp

io.github.ReGenNow/regennexus-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: regennexus-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.ReGenNow/regennexus-mcp",
  "description": "AI-controlled hardware: GPIO, robotics, sensors, cameras, mesh networking for IoT",
  "repository": {
    "url": "https://github.com/ReGenNow/regennexus-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/ReGenNow/regennexus-mcp/main/icon-48.png",
      "mimeType": "image/png",
      "sizes": [
        "48x48"
      ]
    },
    {
      "src": "https://raw.githubusercontent.com/ReGenNow/regennexus-mcp/main/icon-128.png",
      "mimeType": "image/png",
      "sizes": [
        "128x128"
      ]
    },
    {
      "src": "https://raw.githubusercontent.com/ReGenNow/regennexus-mcp/main/icon-256.png",
      "mimeType": "image/png",
      "sizes": [
        "256x256"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "regennexus-mcp",
      "version": "0.1.1",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Connection mode: auto, local, or remote",
          "name": "REGENNEXUS_MODE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}