Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

New project_memory_list and project_memory_read tool methods

Projects now support listing and reading project memory files through new project_memory_list and project_memory_read methods

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaProject Memorywhat it touches
KindNew Featuresin v2.1.265,
Group of 2 Use it now Notable No documentation found

Projects now support listing and reading project memory files through new project_memory_list and project_memory_read methods

What

Two new methods are added alongside the existing project_info/project_read/project_search:

  • project_memory_list lists a project's memory files (path, size in bytes, last-updated time, and whether the list was truncated), capped at a fixed number of entries with a truncation notice when there are more.
  • project_memory_read reads a single memory file by path, returning its content (with a truncation notice if the server had to cut the file short).

Both methods have matching UI action descriptions ("List project memory", "Read project memory file") and are backed by a real tool that reads documents from the memory store.

Why

This gives Claude Code a way to browse and read a project's stored memory files directly, rather than only being able to access general project info, files, or search.

Read from
Names in the bundleproject_memory_listproject_memory_read

See this entry in the whole of v2.1.265 →

Feedback