Install a signed AMP pack into Windsurf in four steps. The pack lands in .memorymarket/slug/ in your project and a managed block is appended to .windsurfrules automatically.
The fastest way to install a pack into Windsurf 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 Windsurf, 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 .windsurfrules automatically. Your existing content above and below the block is untouched. Windsurfreads the block and loads the pack's capability files from .memorymarket/slug/memory/.
To remove the pack:
This removes the managed block from .windsurfrules 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.