Install a signed AMP pack into Claude Code in four steps. The pack lands in .memorymarket/slug/ in your project and a managed block is appended to CLAUDE.md automatically.
The fastest way to install a pack into Claude Code is to let your agent run the CLI for you via the /mm-add skill.
The skill walks you through scope selection (project vs user), runs mm install with the right flags for Claude Code, and confirms the pack is active. The manual four-step path below is the fallback.
Opens a browser window. Your session token is stored locally.
For global install (user scope instead of project scope):
Global packs land in ~/.memorymarket/slug/.
mm install appends a managed block to CLAUDE.md automatically. Your existing content above and below the block is untouched. Claude Codereads the block and loads the pack's capability files from .memorymarket/slug/memory/.
To remove the pack:
This removes the managed block from CLAUDE.md and deletes the .memorymarket/pack-slug/ directory.
During development, install a local pack without authentication or signature checks:
Local installs skip the registry, signature verification, and auth. Use this to test a pack before publishing it.