Kiro Snippets

Figure 1. Kiro Snippets Integrate into IntelliJ using ACP Kiro in IntelliJ AI Chat using ACP We just need to add the following config as ~/.jetbrains/acp.json, restart IntelliJ and we’re ready to go. ~/.jetbrains/acp.json { "default_mcp_settings": {}, "agent_servers": { "Kiro Agent ACP": { "command": "/Users/<USER>/.local/bin/kiro-cli", "args": ["acp"] } } } Fix for auth issues with legacy versions Some older versions might need the to use the following workaround that fixes this kiro issue. ...

May 2, 2026 · 2 min · 290 words · Micha Kops