From 84b5106395c30b75433db05af922fb9a481bbb18 Mon Sep 17 00:00:00 2001 From: SKULLFIRE07 Date: Thu, 26 Mar 2026 04:18:01 +0530 Subject: [PATCH 1/2] Add Cortex - persistent AI memory via MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63c6a2ff..6d3e6c1b 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Utilities - [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. +- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline. ## Directories From dabd7626038d133832d1d8fcdc1e807ad1f9e8a8 Mon Sep 17 00:00:00 2001 From: SKULLFIRE07 Date: Thu, 26 Mar 2026 04:23:43 +0530 Subject: [PATCH 2/2] Fix alphabetical order in Utilities section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3e6c1b..641c8bc7 100644 --- a/README.md +++ b/README.md @@ -285,8 +285,8 @@ By creating a `.cursorrules` file in your project's root directory, you can leve ### Utilities -- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. - [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Cursor via MCP. Auto-captures decisions, patterns, and context from coding sessions. 3-layer memory architecture. Also works with Claude Code and Cline. +- [Cursor Watchful Headers](https://github.com/johnbenac/cursor-watchful-headers) - A Python-based file watching system that automatically manages headers in text files and maintains a clean, focused project tree structure. Perfect for maintaining consistent file headers and documentation across your project, with special features to help LLMs maintain better project awareness. ## Directories