🅺 Amazon Kiro
Amazon Kiro is the developer component of Amazon Q, available in both CLI and IDE flavours.
We suggest adding Lens to your global Kiro configuration to make it accessible in all of your projects and in both the Kiro CLI and IDE, but you can also enable it in individual projects. See Kiro's MCP configuration documentation for details.
Prerequisites
- You have installed AgentKit.
- You have installed Amazon Kiro.
Adding the MCP server
Amend your Kiro MCP configuration file (.kiro/settings/mcp.json in either your home directory or project directory) as follows:
{
"mcpServers": {
// snip
"lens": {
"command": "/path/to/agentkit-lens",
"args": [
"--brave-search-api-key", "YOUR_KEY",
"stdio"
]
},
// snip
}
}
Testing
Restart Kiro to apply the new configuration. You're now ready to make your first search or fetch.