Skip to main content

memanto connect

Install Memanto into a supported AI coding tool, IDE, or agent. Each target gets a tool-specific instruction file (e.g. CLAUDE.md, .cursor/rules/memanto.mdc) and the memanto-memory skill.
memanto connect TARGET [OPTIONS]
Arguments:
  • TARGET - One of the supported target IDs below.
Supported Targets:
TargetDescription
claude-codeAnthropic Claude Code
codexOpenAI Codex CLI
cursorCursor IDE
windsurfWindsurf IDE
antigravityGoogle Antigravity
gemini-cliGoogle Gemini CLI
clineCline VS Code extension
continueContinue.dev
opencodeOpenCode CLI
gooseGoose AI agent
rooRoo Code
github-copilotGitHub Copilot
augmentAugment Code
Options:
  • -p, --project-dir TEXT - Target project directory (default: .)
  • -g, --global - Install globally to the target’s home directory (e.g. ~/.claude/, ~/.cursor/) instead of the current project
Examples: Install for the current project:
memanto connect claude-code
Install for a different project:
memanto connect cursor --project-dir ./my-project
Install globally (system-wide):
memanto connect claude-code --global
Output (example):
✓ Memanto connected to Claude Code
  Scope: Local
  Path: /project/.claude/
  Status: Ready to use
Notes:
  • Run memanto connect list to see which targets are detected in your project and which already have Memanto installed.
  • Use memanto connect multi for an interactive multi-target setup.
  • Use memanto connect remove <target> to disconnect.