OMEN

Documentation

Virtual Hardware

MCP to Simulate your target and its peripherals.

Simulate your whole hardware system out of the box. The agent loads firmware onto the real target, configures the peripherals your application needs, and feeds it the sensor values that expose real edge cases.

Installation

The virtual hardware runs as a remote MCP server at https://mcp.usefirmware.com/mcp. Register it with your agent of choice.

Claude Code

claude mcp add --transport http omen-sandbox https://mcp.usefirmware.com/mcp

Codex

Add to ~/.codex/config.toml:

[mcp_servers.omen-sandbox]
url = "https://mcp.usefirmware.com/mcp"

Cursor

Add to ~/.cursor/mcp.json (or the project-level .cursor/mcp.json):

{
  "mcpServers": {
    "omen-sandbox": {
      "url": "https://mcp.usefirmware.com/mcp"
    }
  }
}