Skip to content

Add Cortex - Persistent AI Memory for Cursor (MCP)#213

Open
SKULLFIRE07 wants to merge 2 commits intoPatrickJS:mainfrom
SKULLFIRE07:add-cortex
Open

Add Cortex - Persistent AI Memory for Cursor (MCP)#213
SKULLFIRE07 wants to merge 2 commits intoPatrickJS:mainfrom
SKULLFIRE07:add-cortex

Conversation

@SKULLFIRE07
Copy link

@SKULLFIRE07 SKULLFIRE07 commented Mar 25, 2026

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

  • Documentation
    • Added a new "Cortex" entry to the Utilities section, linking to its repository and describing it as a persistent AI memory solution for Cursor with a 3-layer memory architecture and compatibility notes for Claude Code and Cline.
    • This is the only README change in this update.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 25, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3e374bf9-1b12-497c-9088-db20508fedfa

📥 Commits

Reviewing files that changed from the base of the PR and between 84b5106 and dabd762.

📒 Files selected for processing (1)
  • README.md
✅ Files skipped from review due to trivial changes (1)
  • README.md

📝 Walkthrough

Walkthrough

The 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

Cohort / File(s) Summary
Documentation
README.md
Inserted one new bullet under "Utilities" for "Cortex", describing it as persistent AI memory for Cursor via MCP with a 3-layer memory architecture and compatibility notes for Claude Code and Cline.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A nibble, a note, a tiny new line,
Cortex hops in to store and align,
Three-layered memories stitched neat and fine,
Cursor and Claude and Cline all entwine,
I celebrate this README design!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Add Cortex - Persistent AI Memory for Cursor (MCP)' directly and clearly describes the main change: adding Cortex, a new entry to the utilities list.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ff2a8f8b-ccb9-4c59-96db-15d400e4aa6d

📥 Commits

Reviewing files that changed from the base of the PR and between fc2ce04 and 84b5106.

📒 Files selected for processing (1)
  • README.md

### 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

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.

Suggested change
- [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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant