Amazon Kiro

Set up Domscribe with Amazon Kiro.

Install

  1. Open the Powers panel in Kiro.
  2. Click Add power from GitHub.
  3. Enter https://github.com/patchorbit/domscribe/tree/main/domscribe-power.

Kiro will install the Domscribe power, which registers the MCP server configuration and a skill file that teaches Kiro how to use Domscribe's 12 tools effectively.

What Gets Installed

  1. MCP server configuration -- registers @domscribe/mcp as a stdio-based MCP server so Kiro can communicate with the Domscribe relay.
  2. Skill file -- instructions that guide Kiro on when to query runtime state, how to claim and process annotations, and how to interpret the responses.

Usage

With the power installed and your dev server running, Kiro can access all Domscribe tools. Use it to inspect live UI state or process change requests from the browser overlay.

Next Steps