restore
Restore memories from a JSON backup file. Supports MCP wrapper, RecallResult, and direct memory array formats.
Instructions
Restore memories from a JSON backup file. Supports MCP wrapper format, RecallResult format, and direct memory array format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the backup JSON file to restore from | |
| merge | No | For portable archives, merge into the current database instead of requiring an empty target. Applies sync tombstones and keeps newer local memory rows on conflict. | |
| allowAnyPath | No | Allow restoring from a file outside the active Vestige backups/ or exports/ directories. Only set true for trusted local files. |