From 657d8144c44720220a2f36840474e0295691f46e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 1 Aug 2026 20:56:27 +0000 Subject: [PATCH] fix: correct server-memory pin to an existing version @modelcontextprotocol/server-memory@0.6.3 does not exist on npm (the version line jumps 0.6.2 -> 2025.4.25), so the memory MCP server has never been able to start from this config on any machine. Pin the nearest existing version. --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 9259fa604be16..c7a7f12607845 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -8,7 +8,7 @@ "memory": { "type": "stdio", "command": "npx", - "args": ["-y", "@modelcontextprotocol/server-memory@0.6.3"] + "args": ["-y", "@modelcontextprotocol/server-memory@0.6.2"] } }, "hooks": {