Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Dedicated internal memory MCP server naming and endpoint recognized

Claude Code now specifically recognizes its built-in 'memory' MCP server by name and URL shape

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaMCPwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Claude Code now specifically recognizes its built-in 'memory' MCP server by name and URL shape

What

Claude Code now has dedicated internal constants for a built-in MCP server (a connector that provides tools) named 'memory': a tool name prefix (mcp__memory__), a set of expected read/write tool names, and a pattern that recognizes its dynamic URL, which points at /v2/ccr-sessions/{id}/memory/mcp. This lets the app distinguish its own built-in memory server from MCP servers a user has configured themselves.

Why

Treating the built-in memory server as a known, first-party server (rather than a generic user-configured one) likely allows Claude Code to handle it with special-cased logic, such as different trust or display behavior.

Read from
Names in the bundlemcp__memory__
What the documentation says
Documented inclaude-code/hooks
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't say what specific behavior differs once the memory server is recognized this way.

See this entry in the whole of v2.1.269 →