Skip to main content

Quick Start with Kiro

1. Install Auggie CLI (Pre-release version)

npm install -g @augmentcode/auggie@prerelease

2. Sign in to Augment

auggie login
This will open a browser window for authentication.

3. Configure the MCP server in Kiro

Open the command palette (Cmd + Shift + P on Mac, Ctrl + Shift + P on Windows/Linux) and select:
  • Kiro: Open workspace MCP config (JSON) - For workspace-level configuration
  • Kiro: Open user MCP config (JSON) - For user-level configuration
Paste this configuration:
{
  "mcpServers": {
    "Augment-Context-Engine": {
      "command": "auggie",
      "args": ["--mcp", "-m", "default", "-w", "./"],
      "disabled": false,
      "autoApprove": ["codebase-retrieval"]
    }
  }
}

4. Test the integration

Prompt: "Do you have access to the Augment codebase retrieval tool?"
Kiro should confirm it has access to the codebase-retrieval tool.