Install a signed AMP pack into Cursor in four steps. The pack lands in .memorymarket/slug/ in your project and a managed block is appended to .cursorrules automatically.
The fastest way to install a pack into Cursor 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 Cursor, 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 writes a standalone .cursorrules file containing only the managed block for this pack. To preserve any existing .cursorrules content, back it up first.
To remove the pack:
This removes the managed block from .cursorrules 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.