Loading image...Kiro

Product

  • About Kiro
  • IDE
  • CLI
  • Web
  • Mobile
  • Crew
  • Pricing
  • Downloads

For

  • Enterprise
  • Startups
  • Students

Community

  • Overview
  • Ambassadors
  • Discord
  • Events
  • Powers
  • Shop
  • Showcase

Resources

  • Docs
  • Blog
  • Changelog
  • FAQs
  • Report a bug
  • Suggest an idea
  • Billing support

Social

Site TermsLicenseResponsible AI PolicyLegalPrivacy PolicyCookie Preferences
Loading image...Kiro
  • CLI
  • Web
  • Enterprise
  • Pricing
  • Docs
SIGN INDOWNLOADS
Loading image...Kiro

Get Started

InstallationAuthenticationYour first project

Models

OverviewAvailable modelsReasoning effort

Features

How Kiro works
Specs
Steering
Hooks
MCP
Permissions
Custom agents
Agent Skills
Powers
Install powers
Create powers
Cloud sessionsCompactionKiroignoreCheckpoints and rewind
Built-in tools
Configuration scopes

IDE 1.x

What's new in 1.0
Setup & First Run
Editor
Chat
Experimental
Troubleshooting0.x reference

CLI

What's new in 3.0
Setup & First Run
Terminal UI
Chat
Voice modeHeadless modeACPAuto complete
Experimental
2.x reference

Crew

Quick startInstallationRunning 24/7
Chat
Agent Capabilities
Features
Interfaces
Apps
ConfigurationSecurityTroubleshooting

Web - Preview

Setup & First RunIdentity Center
Connect your repositories
Working with the agent
Autonomous modeAutomationsMemory
Sandbox

Mobile - Preview

Overview

Commands and Reference

CLI commandsSlash commandsBuilt-in toolsExit codesSettings

Billing

OverviewManaging your subscriptionUpgrading your planDowngrading your planCancelling your planPurchasing add-on creditsManaging your paymentsManaging usage notificationsManaging your taxesContacting billing supportDeleting your accountRelated questions

Enterprise

ConceptsOnboarding quickstart
Connecting your identity provider
Deployment optionsSubscribe your teamManage subscriptions
Governance
Monitor and track
SettingsManaged updatesBillingIAMSupported regions

Privacy and Security

OverviewData protectionCode referencesCompliance validationInfrastructure securityIAM permissionsFirewalls, proxies, and data perimetersVPC endpoints (AWS PrivateLink)

Guides

Overview
Language support
Learn by playing

Migration

Migrating from Q DeveloperMigrating from VSCodeUpgrading from Q CLI
  1. Docs
  2. Features
  3. Powers
  4. Install powers
View as Markdown

Install powers

View as Markdown

Install powers from curated partners, the community, or your team's private tooling. Kiro supports both the Agent Plugins format (plugin.json) and the legacy format (POWER.md) — the installation experience is the same regardless of format.

Warning

Kiro powers are third-party tools that may be subject to separate terms. Only install powers from trusted sources and review their documentation and licensing. Kiro is not responsible for third-party powers.

Install curated powers

Browse powers from our official registry including Datadog, Dynatrace, Figma, Neon, Netlify, Postman, Supabase, Stripe, Strands SDK, and AWS Aurora.

From kiro.dev

  1. Browse powers at kiro.dev/powers
  2. Select a power and click Add to Kiro
  3. The Kiro IDE will open, allowing you to complete the installation with one click

From the IDE

  1. Open the powers panel → click on the Ghosty icon with the lightning bolt
  2. Choose a power to view details
  3. Choose + Install

You can now Try the power to run through the power onboarding. Any time you ask a question related to that power, the Kiro agent will automatically activate and use it.

Powers with MCPs

When you install a power that includes Model Context Protocol (MCP) integrations, Kiro automatically namespaces server names to avoid conflicts and manages the MCP servers for you.

  • Agent Plugins format (plugin.json): MCP servers are managed internally by Kiro and are not added to your user-level ~/.kiro/settings/mcp.json file. They activate and deactivate with the power.
  • Legacy format (POWER.md): MCP servers are registered in your ~/.kiro/settings/mcp.json configuration file under the Powers section.

Install custom powers

From public GitHub URL

  1. Powers panel → Add Custom Power
  2. Select Import power from GitHub
  3. Enter repository URL
  4. Click Install

Each power must have a valid plugin.json or POWER.md file at its package root. A single repository can contain multiple powers, each in its own directory.

From local path

For powers you create or manage in private repositories, clone the repository locally and install from the local path.

  1. Powers panel → Add Custom Power
  2. Select Import power from a folder
  3. Select power directory containing plugin.json or POWER.md
  4. Click Install

Example structure (Agent Plugins format):

my-custom-power/ ├── plugin.json # Required manifest ├── mcp.json # Optional MCP server configuration └── skills/ # Optional Agent Skills └── setup/ └── SKILL.md

Update powers

To update a power to the latest version:

  1. Powers panel → power → Check for updates
  2. If updates are available, click on Install updates

The power refreshes from the remote repository and applies the latest version.

Related documentation

  • Powers overview - What powers are and how they work
  • Create powers - Build your own powers
  • MCP configuration - MCP server configuration reference
Page updated: August 4, 2026
Powers
Create powers