> ## 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 list

> List supported targets and Memanto installation status.

# memanto connect list

List all supported targets, indicating which ones are detected in your project and which already have Memanto installed (locally or globally).

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

**Options:**

* `-p, --project-dir TEXT` - Project directory to inspect (default: `.`)

**Examples:**

```bash theme={null}
memanto connect list
memanto connect list --project-dir ./my-project
```

**Output:**

```
MEMANTO Agent Integrations
Project: /Users/me/my-project

┌─────────────────┬──────────┬───────┬────────┬─────────────────────────────┐
│ Agent Name      │ Detected │ Local │ Global │ Instruction File            │
├─────────────────┼──────────┼───────┼────────┼─────────────────────────────┤
│ claude-code     │     ●    │   ●   │   ○    │ CLAUDE.md                   │
│ cursor          │     ○    │   ○   │   ○    │ .cursor/rules/memanto.mdc   │
│ windsurf        │     ●    │   ●   │   ○    │ .windsurfrules              │
│ continue        │     ○    │   ○   │   ●    │ .continue/rules/memanto.md  │
│ ...             │          │       │        │                             │
└─────────────────┴──────────┴───────┴────────┴─────────────────────────────┘

Local installs: 2 | Global installs: 1
Connect an agent: memanto connect <agent-name>
Interactive mode: memanto connect multi
```

**Columns:**

* **Detected** - Whether the target's marker files are present in the project
* **Local** - Memanto installed in the project scope
* **Global** - Memanto installed in the user-global scope (e.g. `~/.claude/`)
