remember
Save new memories to a shared vault so all your AI assistants can access them. Use scopes for access control, supersede outdated facts, and templates for consistent structured records.
Instructions
Save a new memory to the user's vault so every other AI can see it too.
Use for durable facts, preferences, project state — not throwaway chatter.
Pass your identity in source (e.g. 'claude', 'chatgpt', 'gemini') so
provenance and conflict detection work correctly across AIs.
scopes (comma-separated, e.g. "legal" or "writing,coding") puts the memory
in a compartment only clients granted that scope can read; omit it to make
the memory general (visible to all) unless this client has a default scope.
supersedes (a memory id or 8-char prefix) marks that this memory replaces
an older one when a fact changes rather than adds (a move, a rename, an
updated preference): the old memory is kept as history but hidden from
recall, and history can then show what changed and when.
template names a structure from the memory://templates resource and
applies its type/tags/scopes defaults; fields is a JSON object filling
that template's placeholders, e.g. {"who": "Ana", "date": "2026-07-25"},
which builds the content for you so repeated captures stay comparable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| type | No | note | |
| fields | No | ||
| scopes | No | ||
| source | No | ai | |
| content | Yes | ||
| template | No | ||
| supersedes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |