Install Embroid everywhere it runs.
Three places to install: the AI agent in your editor, the Client app on your workstation, and firmware on your Basic or Pro device. Real builds ship during the design-partner rollout, today's downloads are placeholders.
Plug Embroid into the agent you already use.
Embroid exposes typed, permissioned hardware tools through MCP. Drop the config into your agent's settings and it'll see real devices the same way Embroid does, leases, scopes, audit, and all.
Anthropic's AI coding agent for automated code review, bug triage, and firmware analysis.
- 1Install Embroid Client so the
embroidbinary is on PATH. - 2Add the MCP entry to
~/.claude/mcp.json(or use the CLI below where available). - 3Restart Claude Code. The Embroid tools appear in the agent's tool list.
$ claude mcp add embroid embroid mcp serve
{
"mcpServers": {
"embroid": {
"command": "embroid",
"args": ["mcp", "serve"]
}
}
}OpenAI's code generation and analysis agent for automated development tasks.
- 1Install Embroid Client so the
embroidbinary is on PATH. - 2Add the MCP entry to
~/.codex/config.toml(or use the CLI below where available). - 3Restart OpenAI Codex. The Embroid tools appear in the agent's tool list.
[mcp_servers.embroid] command = "embroid" args = ["mcp", "serve"]
AI-powered code editor with real-time firmware development assistance.
- 1Install Embroid Client so the
embroidbinary is on PATH. - 2Add the MCP entry to
~/.cursor/mcp.json(or use the CLI below where available). - 3Restart Cursor. The Embroid tools appear in the agent's tool list.
{
"mcpServers": {
"embroid": {
"command": "embroid",
"args": ["mcp", "serve"]
}
}
}Works with the latest AI coding agents: Claude Code (Anthropic), OpenAI Codex, and Cursor. More agents land as their MCP support matures.
Install Embroid Client on your workstation.
A local daemon and web UI for macOS, Windows, or Linux. The agent integrations above talk to this client locally.
Select a platform above
Update firmware on Embroid Basic and Pro.
Latest device firmware for Embroid hardware nodes. Flash from the Client app or use the recovery procedure on the device's docs page.
Adds switched USB-C power profiles and a recovery-mode trigger.
Parallel UART capture, accessory bus protocol bump, scheduler hot-reload.
New to Basic or Pro? Hardware ships preflashed with the latest stable firmware. Downloads here are for in-field updates or recovery.
Apply as a design partner.
Design partners get the first real Client builds, hardware, and direct engineering support.