Kiro IDE (AWS) — Agentic IDE with Kiro Powers
AWS agentic IDE where developers discover and install Kiro Powers plus MCP servers for spec-driven, autonomous coding workflows.
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kiro IDE (AWS) — Info Card</title>
<style>
:root {
--bg: #0b0f17;
--surface: #141a26;
--surface-2: #1b2333;
--text: #e6edf6;
--muted: #8b97a8;
--accent: #6ea8fe;
--border: rgba(255, 255, 255, 0.08);
}
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
}
body {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: var(--bg);
color: var(--text);
font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.55;
}
.card {
width: 100%;
max-width: 640px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: 18px;
padding: 32px;
box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.eyebrow {
display: inline-block;
font-size: 0.72rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent);
background: rgba(110, 168, 254, 0.12);
border: 1px solid rgba(110, 168, 254, 0.25);
padding: 4px 10px;
border-radius: 999px;
margin-bottom: 16px;
}
h1 {
margin: 0 0 6px;
font-size: 1.6rem;
line-height: 1.25;
letter-spacing: -0.01em;
}
.by {
margin: 0 0 18px;
font-size: 0.85rem;
color: var(--muted);
}
.desc {
margin: 0 0 24px;
color: var(--text);
opacity: 0.92;
}
.section-label {
font-size: 0.7rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--muted);
margin: 0 0 10px;
}
.access {
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: 12px;
padding: 16px;
margin-bottom: 24px;
}
pre {
margin: 0;
overflow-x: auto;
}
code {
font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
font-size: 0.85rem;
color: var(--text);
}
.access a code { color: var(--accent); }
.pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 28px;
}
.pill {
font-size: 0.78rem;
color: var(--muted);
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: 999px;
padding: 5px 12px;
}
.cta {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--accent);
color: #0b0f17;
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
padding: 12px 22px;
border-radius: 12px;
transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.cta:hover { transform: translateY(-1px); }
.cta:focus-visible {
outline: 3px solid rgba(110, 168, 254, 0.55);
outline-offset: 3px;
}
a:focus-visible {
outline: 3px solid rgba(110, 168, 254, 0.55);
outline-offset: 2px;
border-radius: 4px;
}
</style>
</head>
<body>
<main class="card">
<span class="eyebrow">Other AI coding tools</span>
<h1>Kiro IDE (AWS)</h1>
<p class="by">by AWS — Agentic IDE with Kiro Powers</p>
<p class="desc">
An agentic IDE from AWS where developers discover and install Kiro Powers and
connect MCP servers for spec-driven, plan-then-build coding workflows.
</p>
<div class="access">
<p class="section-label">How to access</p>
<pre><code>Website: <a href="https://kiro.dev/" target="_blank" rel="noopener"><code>https://kiro.dev/</code></a>
Config: .kiro/settings/mcp.json (declare MCP servers)
Powers: manage from the IDE's Powers surface</code></pre>
</div>
<p class="section-label">Compatible with</p>
<div class="pills">
<span class="pill">Kiro Powers</span>
<span class="pill">MCP servers</span>
<span class="pill">AWS</span>
<span class="pill">Agentic IDE</span>
</div>
<a class="cta" href="https://kiro.dev/" target="_blank" rel="noopener">
Visit kiro.dev →
</a>
</main>
</body>
</html>What it is
Kiro is an agentic IDE from AWS that turns prompts into structured, spec-driven development. Beyond chat, Kiro exposes Kiro Powers — installable extensions and capabilities — and supports the Model Context Protocol (MCP), so teams can browse and connect external tools, data sources, and servers directly inside the editor. It serves developers who want autonomous, plan-then-build workflows backed by reusable context rather than ad-hoc one-off prompts.
How to access / install
Download the IDE or learn more from the official site:
- Website: https://kiro.dev/
Inside Kiro you configure MCP servers through the editor’s MCP settings, typically a
JSON config such as .kiro/settings/mcp.json in your workspace (or a user-level
equivalent), where each server is declared with its command and arguments. Powers are
managed from within the IDE’s extension/Powers surface.
Good for
- Spec-driven and agentic coding where the IDE plans, scaffolds, and iterates.
- Teams already on AWS who want a first-party agentic editor.
- Connecting MCP servers and Kiro Powers to extend the assistant with custom tooling.