[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74362":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":15,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},74362,"claude-supermemory","supermemoryai\u002Fclaude-supermemory","supermemoryai","Enable Claude Code to learn in real-time, update it's knowledge, and grow with you, using supermemory.","https:\u002F\u002Fsupermemory.ai\u002Fdocs\u002Fintegrations\u002Fclaude-code",null,"JavaScript",2626,159,18,1,0,37,54,3,81.51,false,"main",true,[],"2026-06-12 04:01:15","# Claude-Supermemory\n\n\u003Cimg width=\"4000\" height=\"2130\" alt=\"image (6)\" src=\"https:\u002F\u002Fgithub.com\u002Fuser-attachments\u002Fassets\u002F07e63ac4-b67d-457b-9029-1dc5d860e920\" \u002F>\n\n> **✨ Requires [Supermemory Pro or above](https:\u002F\u002Fapp.supermemory.ai\u002F?view=integrations)** - Unlock the state of the art memory for your Claude code.\n\nA Claude Code plugin that gives your AI persistent memory across sessions using [Supermemory](https:\u002F\u002Fsupermemory.ai).\nYour agent remembers what you worked on - across sessions, across projects.\n\n## Features\n\n- **Team Memory** — Project knowledge shared across your team, separate from personal memories\n- **Auto Capture** — Conversations saved when session ends\n- **Project Config** — Per-repo settings, API keys, and container tags\n\n## Installation\n\n```bash\n\u002Fplugin marketplace add supermemoryai\u002Fclaude-supermemory\n\u002Fplugin install claude-supermemory\n```\n\nSet your API key (get one at [app.supermemory.ai](https:\u002F\u002Fapp.supermemory.ai)):\n\n```bash\nexport SUPERMEMORY_CC_API_KEY=\"sm_...\"\n```\n\n## How It Works\n\n- **super-search** — Ask about past work or previous sessions, Claude searches your memories\n- **super-save** — Ask to save something important, Claude saves it for the team\n\n## Commands\n\n| Command                              | Description                              |\n| ------------------------------------ | ---------------------------------------- |\n| `\u002Fclaude-supermemory:index`          | Index codebase architecture and patterns |\n| `\u002Fclaude-supermemory:project-config` | Configure project-level settings         |\n| `\u002Fclaude-supermemory:logout`         | Clear saved credentials                  |\n\n## Configuration\n\n**Environment**\n\n```bash\nSUPERMEMORY_CC_API_KEY=sm_...    # Required\nSUPERMEMORY_DEBUG=true           # Optional: enable debug logging\n```\n\n**Global Settings** — `~\u002F.supermemory-claude\u002Fsettings.json`\n\n```json\n{\n  \"maxProfileItems\": 5,\n  \"signalExtraction\": true,\n  \"signalKeywords\": [\"remember\", \"architecture\", \"decision\", \"bug\", \"fix\"],\n  \"signalTurnsBefore\": 3,\n  \"includeTools\": [\"Edit\", \"Write\"]\n}\n```\n\n| Option              | Description                                   |\n| ------------------- | --------------------------------------------- |\n| `maxProfileItems`   | Max memories in context (default: 5)          |\n| `signalExtraction`  | Only capture important turns (default: false) |\n| `signalKeywords`    | Keywords that trigger capture                 |\n| `signalTurnsBefore` | Context turns before signal (default: 3)      |\n| `includeTools`      | Tools to explicitly capture                   |\n\n**Project Config** — `.claude\u002F.supermemory-claude\u002Fconfig.json`\n\nPer-repo overrides. Run `\u002Fclaude-supermemory:project-config` or create manually:\n\n```json\n{\n  \"apiKey\": \"sm_...\",\n  \"repoContainerTag\": \"my-team-project\",\n  \"signalExtraction\": true\n}\n```\n\n| Option                 | Description                 |\n| ---------------------- | --------------------------- |\n| `apiKey`               | Project-specific API key    |\n| `personalContainerTag` | Override personal container |\n| `repoContainerTag`     | Override team container tag |\n\n## License\n\nMIT\n","该项目通过Supermemory技术为Claude Code提供跨会话的持久记忆功能，使AI能够实时学习、更新知识并与用户共同成长。其核心功能包括团队共享的知识库、自动保存对话记录以及项目级配置选项如API密钥和容器标签设置。特别适合需要长期协作且希望AI助手能记住历史讨论和技术决策的软件开发团队使用。利用特定命令，用户可以索引代码库结构、配置项目设置或清除保存的凭证，从而提高工作效率和信息管理能力。",2,"2026-06-11 03:49:59","high_star"]