Skip to main content
Claude keeps memory by channel. Memory from public channels is shared across the workspace. What it learns working in a private channel is saved to that channel’s own store, and nothing it learns in a channel is attached to you individually. Memory accumulates three ways:
  • You tell Claude. Say “remember for this channel: reports go out as tables” and it saves the instruction.
  • Claude saves facts on its own. While working it keeps notes like decisions the channel made.
  • Claude can read past sessions. Ask it to look back and it lists earlier sessions in the channel and reads their transcripts; it can’t full-text search across them, so name a timeframe or topic.
This page covers:

Workspace memory

Memory generated in public channels is shared across the workspace automatically. A decision recorded in #data-eng is available when you ask in #analytics. You can still point it at a specific channel, like “check what #data-eng knows about this.” Reading and saving follow different rules depending on where Claude is working:
Where Claude is workingReads fromSaves to
Public channelWorkspace memoryThis channel’s notes or workspace-shared, both inside the workspace store
Private channelThat channel’s memory, plus workspace memory (read-only)That channel’s own store
DMs and other workspaces stay separate. If a private channel is later made public, its accumulated memory does not move with it: new sessions there read and write the workspace store, and the memory it saved while private is no longer read by new sessions.

Manage what Claude Tag remembers

Anyone in the channel can save, read, and correct memory by talking to Claude directly in the channel.

Make an instruction stick

Memory is a curated note, not a transcript. To make something permanent, say so explicitly:
@Claude remember for this channel: changes go to acme/data-pipeline, never acme/website, and run the lint check before opening any pull request.
Keep saved instructions short. Long entries crowd out everything else; memory works best holding stable facts, not a running log of events. For longer playbooks, put them in a repository Claude can read. The documents that onboard a person to your team work as context the same way. Link the runbook, style guide, or review checklist in the channel, or store them where it can read them, instead of re-describing their contents in memory.

Check and correct what Claude Tag remembers

Ask Claude in the channel to list everything it has saved to memory.
@Claude what do you remember about this channel?
If something is wrong or stale, tell it to update or forget the entry. Anyone in the channel can read and change channel memory. Two habits keep memory useful over time:
  • After correcting an entry, have Claude record the fix. “Update your memory for this channel so this doesn’t happen again” turns a one-time fix into a standing one.
  • Prune what your work has outgrown. Entries written weeks ago can describe a repository, owner, or convention that no longer exists; review the memory list when the channel’s work shifts.
An Admin in your Claude organization can view a scope’s memory files at claude.ai/admin-settings/claude-tag, under the scope’s options menu; only an Owner can edit or delete them.