MHS PROJECTS · HARDWARE · MCP SERVERS

Model Hardware Standard

MHS is a proposed standard for how an AI Model or Agent discovers, understands, and controls Hardware. Find MHS projects, compatible open hardware, and MCP servers here.

01Modelunderstands the goal
02Agentplans the action
03MCPexposes a tool
04Hardwareacts in the world
RESEARCH PREVIEW

MHS is currently a limited research preview. The core specification is not yet public open source.

Source

THE PHYSICAL AI STACK

Model, Agent, MCP, and Hardware

Four terms explain the stack. The model reasons, the agent acts, MCP exposes software tools, and MHS describes the physical hardware layer.

MODEL

Reason over context

The large model interprets the task, device state, and constraints.

AGENT

Choose and sequence actions

The agent turns model output into tool calls and checks results.

MCP

Connect software tools

MCP servers expose tools, resources, and services to the agent.

Browse MCP Servers
HARDWARE

Sense and act physically

MHS aims to describe devices, state, operations, and safety limits.

Browse Hardware

CURATED DIRECTORY

Model Hardware Standard projects and open hardware

Start with projects connected to MHS and hardware that already supports AI model training or agent control.

View all projects
MHSSupport announced

Strands Labs

Strands Robots

Control robots and physical hardware with natural language through Strands Agents.

RoboticsAgent frameworkHardware control
Python13632
MHSSupport announced

Hugging Face

LeRobot

An open-source library for end-to-end robot learning and real-world robotics.

RoboticsRobot learningHardware drivers
Python27K5.5K
HardwareOpen AI hardware

The Robot Studio

SO-100 / SO-101 Arms

Open, build-it-yourself robot arms designed to work with the LeRobot AI robotics library.

Robot armOpen hardwareLeRobot
Hardware7.2K655

MODEL HARDWARE STANDARD

What MHS standardizes for an AI Agent

MHS aims to replace one-off hardware integrations with a common description of devices, state, operations, and safety limits.

What is MHS?
01

Hardware manifest

The Agent can discover a device and the operations it exposes.

02

State and procedures

The Model receives structured state and operating context before acting.

03

Safety limits

The Hardware driver enforces limits outside the Model prompt.

MHS + MCP

MCP gives the Agent a tool. MHS describes the Hardware.

MCP connects a Model or Agent to software tools and data. MHS focuses on physical devices, their state, available operations, and safety boundaries. A hardware driver can be exposed through MCP, a CLI, or a code API.