mkdelta221/claude-cortex

63 stars · Last commit 2026-02-15

Brain-like memory + security for AI coding agents. Works with Claude Code, Cursor, VS Code, OpenClaw. Now ShieldCortex.

README preview

# Claude Cortex → ShieldCortex 🧠🛡️

[![npm version](https://img.shields.io/npm/v/shieldcortex.svg)](https://www.npmjs.com/package/shieldcortex)
[![npm downloads](https://img.shields.io/npm/dm/shieldcortex.svg)](https://www.npmjs.com/package/shieldcortex)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![GitHub stars](https://img.shields.io/github/stars/mkdelta221/claude-cortex.svg)](https://github.com/mkdelta221/claude-cortex/stargazers)

**Claude Cortex has evolved into [ShieldCortex](https://github.com/Drakon-Systems-Ltd/ShieldCortex)** — same brain-like memory system, now with a 6-layer security pipeline that blocks memory poisoning attacks.

Everything you loved about Claude Cortex is still here. It's just smarter and safer.

## Install

```bash
npm install -g shieldcortex

# Set up for your agent
shieldcortex setup              # Claude Code / Cursor / VS Code
shieldcortex openclaw install   # OpenClaw

View full repository on GitHub →