From 69ea0b6ab350c8a03121ca9e80eee3aa704776e8 Mon Sep 17 00:00:00 2001 From: Aryan Budukh <67538091+SKULLFIRE07@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:54:18 +0530 Subject: [PATCH] Add Cortex to Ecosystem (#127) * Add Cortex - Memory Tool * Fix table ordering: move to correct position by star count --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d02b486..e4ad4eb 100644 --- a/README.md +++ b/README.md @@ -824,6 +824,7 @@ Notable projects, directories, and resources across the Claude Code ecosystem. | [myclaude](https://github.com/stellarlinkco/myclaude) | 2,400+ | Multi-agent orchestration routing to Claude Code, Codex, Gemini, and OpenCode | | [claude-code-mcp](https://github.com/steipete/claude-code-mcp) | 1,100+ | Run Claude Code as a one-shot MCP server -- an agent in your agent | | [ccmanager](https://github.com/kbwo/ccmanager) | 940+ | Session manager supporting 8 coding agents with smart auto-approval | +| [Cortex](https://github.com/SKULLFIRE07/cortex-memory) | -- | Persistent AI memory for coding assistants. Auto-captures decisions, patterns, and context across sessions. VSCode extension + CLI + MCP server. Free | ---