Add Cortex - Persistent AI Memory for Cursor (MCP)#213
Add Cortex - Persistent AI Memory for Cursor (MCP)#213SKULLFIRE07 wants to merge 2 commits intoPatrickJS:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe pull request adds a single entry to README.md under "Utilities" documenting Cortex as a persistent AI memory for Cursor via MCP, describing a 3-layer memory architecture and noting compatibility with Claude Code and Cline integrations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 289: Move the "Cortex" README entry so that it appears alphabetically
before the "Cursor Watchful Headers" entry within the Utilities category; locate
the line containing the Cortex entry text
("[Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI
memory...") and cut/paste it directly above the "Cursor Watchful Headers" list
item to restore alphabetical order.
| ### 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. |
There was a problem hiding this comment.
Maintain alphabetical order within the Utilities category.
The new "Cortex" entry should be placed before "Cursor Watchful Headers" to maintain alphabetical order within the category.
📋 Proposed fix to correct alphabetical order
### 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.As per coding guidelines, maintain alphabetical order within each category in the README.md file.
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - [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. | |
| ### Utilities | |
| - [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. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 289, Move the "Cortex" README entry so that it appears
alphabetically before the "Cursor Watchful Headers" entry within the Utilities
category; locate the line containing the Cortex entry text
("[Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI
memory...") and cut/paste it directly above the "Cursor Watchful Headers" list
item to restore alphabetical order.
Cortex provides persistent memory for Cursor via MCP server. Auto-captures decisions, patterns, and context across sessions.
MCP tools: cortex_get_context, cortex_search, cortex_save_memory, cortex_get_decisions, cortex_status
GitHub: https://github.com/SKULLFIRE07/cortex-memory
MIT licensed
Summary by CodeRabbit