> ## Documentation Index
> Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roo Code Quickstart

> Get started with Augment Context Engine MCP in Roo Code in minutes

### 1. Install Auggie CLI

```bash theme={null}
npm install -g @augmentcode/auggie@latest
```

### 2. Sign in to Augment

```bash theme={null}
auggie login
```

This will open a browser window for authentication.

### 3. Install from the MCP Marketplace

1. Open Roo Code and go to **Settings**
2. Click **MCP Servers** on the left side
3. Click **MCP Marketplace**
4. Search for **Augment Context Engine**
5. Click **Install**

### 4. Test the integration

```
Prompt: "What is this project? Please use codebase retrieval tool to get the answer."
```

Roo Code should confirm it has access to the `codebase-retrieval` tool.

See [MCP Server Mode](/cli/reference#mcp-server-mode) for more options.
