Claude Cortex
Description
Auto-capture + structured semantic recall for AI coding agents. The memory system Claude Code should have had.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-cortex
[](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://github.com/codebloodedai/claude-cortex/actions) [](https://www.trychroma.com/)
**Auto-capture + structured semantic recall for AI coding agents.**
The memory system Claude Code should have had. One install. Zero config. Your AI remembers everything.
What it does
- Captures — hooks into Claude Code's session lifecycle and records every conversation, tool use, and decision automatically
- Indexes — pipes captured content into a local ChromaDB vector store in real-time, classified by topic
- Recalls — provides semantic search + temporal knowledge graph via MCP tools, so your AI finds relevant context instantly
No cloud. No API keys. No subscriptions. Everything runs on your machine.
Install
pip install claude-cortex
cortex init
cortex install
That's it. Restart Claude Code and you have persistent memory.
What `cortex install` does
- Registers as a Claude Code plugin — hooks into SessionStart, PostToolUse, SessionEnd, and PreCompact
- Registers an MCP server — exposes 10 tools (search, KG, status) to your AI agent
From source (development)
git clone https://github.com/codebloodedai/claude-cortex.git
cd claude-cortex
python3 -m venv .venv && source .venv/bin/activate
pip install -e .
cortex init
cortex install
Quick start
# Mine existing files into the cortex
cortex mine ~/my-project --region myproject
# Search your memory
cortex search "authentication flow"
# Check what's stored
cortex status
# Knowledge graph
cortex kg stats
cortex kg query "Rudy"
cortex kg timeline "project-x"
How
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI