Install Embroid everywhere it runs.
Three places to install: the AI agent in your editor, the Client on your workstation or lab host, and firmware on your Basic or Pro device. The Client installs today on macOS and Linux; device firmware downloads are still placeholders ahead of the design-partner rollout.
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 the Embroid Client in two steps.
A daemon and CLI for your Mac, your Linux workstation, or a lab host like a Raspberry Pi. One command installs it, one command joins it to your tailnet. The agent integrations above talk to it 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.