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

# memanto connect multi

> Interactive setup to connect Memanto to multiple AI coding tools at once.

# memanto connect multi

Interactive setup to connect Memanto to multiple tools at once.

```bash theme={null}
memanto connect multi [OPTIONS]
```

**Options:**

* `-g, --global` - Install globally
* `-p, --project-dir TEXT` - Target project directory (default: `.`)

**Examples:**

Interactive selection:

```bash theme={null}
memanto connect multi
```

Prompts to choose tools:

```
Select tools to connect (press Space to toggle, Enter to confirm):
  [✓] Claude Code
  [ ] Cursor
  [✓] Windsurf
  [ ] Cline
```

Global installation:

```bash theme={null}
memanto connect multi --global
```

**Output:**

```
✓ Connected to 3 tools
  Claude Code:  ✓ Local
  Cursor:       ✓ Global
  Windsurf:     ✓ Local

All tools now have access to Memanto
```
