The AI development tool Kiro has officially launched the "Kiro powers" feature, which focuses on solving the problems of context overload and slow response when AI agents connect to multiple MCP servers. According to the official introduction, the traditional method will load all tool definitions and documents at once, easily occupying most of the context window, while powers packages MCP servers, steering files, and hooks into independent "capability packages" that are activated by the agent only when the task requires it.
In terms of specific use, developers can install powers provided by partners such as Stripe, Netlify, and Neon from Kiro or the official website market with one click, or customize the capability package according to frameworks, databases, deployments, and observation scenarios, and distribute it to teams or communities through GitHub. After the agent identifies the relevant keywords or tasks in the chat, it will automatically load the corresponding Power's tools and guidance documents, and then uninstall them after completing the task, thereby maintaining professionalism while reducing the risk of token consumption and confusion.
Kiro says powers are free for all users, with plans to expand the mechanism to more on-ramps like the CLI in the future. Several partners encapsulate their best practices into powers, enabling developers to automate the end-to-end process from coding and configuration to deployment directly within the IDE.
FAQs
Q: What are Kiro powers?
A: It is a "capability package" that packages MCP servers, steering files, and hooks for AI agents to load and use on demand when needed.
Q: What specific problems does it solve?
A: Avoid context overload, slow response, and poor output quality caused by loading a large number of tools and documents at once, and let the agent load only the context that is really needed for the current task.
Q: How do I install and use Powers?
A: You can install official and third-party powers in the Kiro IDE or official website market with one click, and it will be automatically activated when the relevant field is mentioned in the conversation after installation.
Q: Can I create and share Powers myself?
A: Yes, developers can configure MCP connections, write steering and hooks, build their own powers, and share them with others through GitHub, etc.
Q: Are there any additional costs associated with using Kiro powers?
A: The official state currently states that there is no additional fee for using powers itself, and it will be implemented according to the billing rules of existing Kiro accounts and models.