Skip to content

CLI & Integration

The OpenHW Studio CLI bridges the web-based simulation environment with local development workflows, utilizing modern integration protocols and terminal frameworks.

🔌

Model Context Protocol (MCP)

MIT License
An open standard that enables AI models to securely interact with local data sources and tools.
Usage in OpenHW Studio: The core architecture of the `openhw-studio-cli` is built around the MCP SDK, allowing intelligent agents and local tools to interface with the simulator's hardware models and tests.
💻

Commander.js

MIT License
The complete solution for node.js command-line interfaces.
Usage in OpenHW Studio: Powers the robust terminal interface, argument parsing, and command routing for the OpenHW Studio CLI.
🔌

SerialPort

MIT License
Access serial ports with JavaScript.
Usage in OpenHW Studio: Enables the CLI to communicate natively with physical hardware devices, bypassing browser restrictions for local workflows.

Released under the MIT License.