Skip to main content

memanto connect list

List all supported targets, indicating which ones are detected in your project and which already have Memanto installed (locally or globally).
memanto connect list [OPTIONS]
Options:
  • -p, --project-dir TEXT - Project directory to inspect (default: .)
Examples:
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/)