From 3bcbfb74cc9dd248c404b4f93f78817d2bb10fad Mon Sep 17 00:00:00 2001 From: Bryan Thompson <238056179+bryan-anthropic@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:13:13 -0500 Subject: [PATCH] Add supermemory plugin Driver: dir-plugin-add-cowork --- .claude-plugin/marketplace.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7ef1894ff..bf87cf069 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1060,6 +1060,20 @@ "sha": "205871ee83508502d2c982ee1bb7e65a2a29190b" }, "homepage": "https://synthflow.ai" + }, + { + "name": "supermemory", + "displayName": "Supermemory", + "description": "Persistent memory across Claude Code sessions using Supermemory", + "category": "productivity", + "source": { + "source": "git-subdir", + "url": "https://github.com/supermemoryai/claude-supermemory.git", + "path": "plugin", + "ref": "main", + "sha": "036031872728b8a574af17a1ca3bc640658031cd" + }, + "homepage": "https://supermemory.ai/docs/integrations/claude-code" } ] }