MCP.so
登录

Regennexus Uap

@ReGenNow

关于 Regennexus Uap

## Features

基本信息

分类

其他

传输方式

stdio

发布者

ReGenNow

提交者

ReGen Designs LLC

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "regennexus": {
      "command": "python",
      "args": [
        "-m",
        "regennexus.mcp_server"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is RegenNexus UAP?

RegenNexus UAP (Universal Adapter Protocol) connects devices, robots, apps, and AI agents with minimal latency and maximum security. It is MCP-compatible for seamless AI integration, targeting developers building IoT, robotics, and AI-driven systems.

How to use RegenNexus UAP?

Install via pip (pip install regennexus[full]), then import RegenNexusProtocol, initialize, register entities, and send messages. The package also provides a CLI (regen server, regen run) and an MCP server for use with Claude Desktop (python -m regennexus.mcp_server).

Key features of RegenNexus UAP

  • Supports Raspberry Pi, Arduino, NVIDIA Jetson, and IoT devices
  • Integrates robotic arms like Amber B1 and Lucid One
  • Multiple transport layers: IPC, UDP Multicast, WebSocket, Message Queue
  • AES-128/256-GCM encryption, ECDH-384 key exchange, token/API key auth
  • MCP server for AI agent control via Claude Desktop
  • LLM Bridge for Ollama and LM Studio integration
  • Mesh networking with auto-discovery across devices

Use cases of RegenNexus UAP

  • Control robot arms and IoT hardware from an AI assistant
  • Build secure, low‑latency communication between distributed devices
  • Connect local LLMs (e.g., Ollama, LM Studio) to physical hardware
  • Create ad‑hoc mesh networks for sensor arrays or edge nodes

FAQ from RegenNexus UAP

What runtime dependencies does it require?

Python 3.8+ and pip. Optional extras include FastAPI ([api]), MQTT ([mqtt]), robotics ([robotics]), and Arduino ([arduino]).

How does MCP integration work?

Start the MCP server with python -m regennexus.mcp_server, then configure it in claude_desktop_config.json. Claude can then send commands directly to connected hardware.

What transport layers are available and their typical latency?

IPC (<0.1ms), UDP Multicast (1-5ms), WebSocket (10-50ms), and Message Queue (variable). Each is suited for local processes, LAN discovery, remote/internet, or reliable delivery respectively.

Where does data live and is authentication supported?

Data flows between registered entities; the protocol itself does not persist data. Authentication uses tokens, API keys, adaptive rate limiting, and ECDH-384 key exchange for session encryption.

Are there any known limits?

The README does not list specific limits but notes that latency depends on the transport layer chosen and that optional dependencies may be required for certain hardware integrations.

评论

其他 分类下的更多 MCP 服务器