From 925ba15a5cfb513b4cb9cbdca0d051f742942fb1 Mon Sep 17 00:00:00 2001 From: TerminallyLazy Date: Tue, 7 Jul 2026 23:25:26 -0400 Subject: [PATCH 1/2] Add Tree Ring Memory --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5df79c6..d4982a4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ A list of Claude Code plugins, MCP servers, editor integrations, and learning re | MCP servers | 5 | | Editor integrations | 6 | | Learning resources | 5 | -| Last updated | 2025-Q2 | +| Memory/context tools | 1 | +| Last updated | 2026-Q3 | ## Installation @@ -41,6 +42,12 @@ A list of Claude Code plugins, MCP servers, editor integrations, and learning re | [Notion MCP](https://www.notion.so/help/add-and-manage-connections-with-the-api#mcp) | OAuth | Notion workspaces | | [Supabase MCP](https://supabase.com/blog/supabase-mcp) | OAuth / HTTP | Supabase projects | +## Memory & Context Tools + +| Name | Runtime | Description | +|------|---------|-------------| +| [Tree Ring Memory](https://github.com/TerminallyLazy/Tree-Ring-Memory) | Rust CLI / agent skill | Framework-agnostic, local-first memory lifecycle layer for AI agents with portable skill guidance, recall, forgetting, audit, consolidation, and Claude Code bridge patterns. | + ## Editor Integrations | Editor | Name | Source | Notes | @@ -75,4 +82,4 @@ See [contributing.md](contributing.md). ## License -MIT \ No newline at end of file +MIT From 513078ea0d092245372022d6dd7582fcd34e0d79 Mon Sep 17 00:00:00 2001 From: TerminallyLazy Date: Wed, 8 Jul 2026 05:37:20 -0400 Subject: [PATCH 2/2] Address memory category wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4982a4..ec67364 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome Claude Code -A list of Claude Code plugins, MCP servers, editor integrations, and learning resources. +A list of Claude Code plugins, MCP servers, memory and context tools, editor integrations, and learning resources. ## Status @@ -10,7 +10,7 @@ A list of Claude Code plugins, MCP servers, editor integrations, and learning re | MCP servers | 5 | | Editor integrations | 6 | | Learning resources | 5 | -| Memory/context tools | 1 | +| Memory & Context Tools | 1 | | Last updated | 2026-Q3 | ## Installation