1. Conduid
  2. IoT
  3. Generic Hardware Bridge
MCP server · IoT

Generic Hardware Bridge

Hardware abstraction layer for serial, MQTT, and mock device control.

Unclaimed iot
34Low

Scored 5 months ago · breakdown

About Generic Hardware Bridge

Generic Hardware Bridge is an MCP server in the IoT category: hardware abstraction layer for serial, MQTT, and mock device control. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/594901146-coder/mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Generic Hardware Bridge

Powered by Claude · Grounded in docs

I know everything about Generic Hardware Bridge. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

GenericHardwareBridge MCP Server

Model Context Protocol 服务器,用于硬件抽象和控制。

功能

  • set_level(port, value) - 连续量输出(亮度、角度、速度)
  • toggle_state(port, state) - 开关量输出
  • get_sensor_data(port, mode) - 传感器读取
  • send_raw_packet(payload) - 原始指令透传

快速开始

pip install -r requirements.txt
python server.py

部署到 Railway

  1. 上传到 GitHub
  2. 在 Railway 中创建项目,选择该仓库
  3. 配置环境变量:
    • TRANSPORT_MODE=mqtt
    • MQTT_BROKER=broker.emqx.io
    • DEVICE_ID=esp32s3_001
  4. 部署

环境变量

变量 默认值 说明
TRANSPORT_MODE mock 传输模式: mock/serial/mqtt
SERIAL_PORT COM3 串口端口
MQTT_BROKER broker.emqx.io MQTT Broker 地址
MQTT_PORT 1883 MQTT 端口
DEVICE_ID esp32s3_001 设备标识
MQTT_BASE_TOPIC hardware/bridge MQTT 主题前缀

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Generic Hardware Bridge

How do I install Generic Hardware Bridge?

Run git clone https://github.com/594901146-coder/mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Generic Hardware Bridge safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Generic Hardware Bridge still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.