Operational memory for AI coding agents
Cortex turns your repo, agent sessions, docs, and past mistakes into living operational context — injected into Claude Code before it acts.
> claude code session
↳ Cortex learns
↳ memory approved
↳ future agents get smarter ✦Every session starts from zero
Without Cortex
They edit files and ship changes — but never learn your architecture, deploy rules, or past outages. So they repeat the same mistakes and need constant babysitting.
With Cortex
Cortex captures what works from real engineering, turns it into structured memory, and injects the right context into Claude Code exactly when it acts.
Project conventions, architecture, commands, risky files, and deployment rules — structured and queryable.
Capture what Claude Code tried, what failed, what worked, and what should be remembered.
Review, approve, reject, edit, and scope every new memory before it reaches an agent.
Warn agents before they touch sensitive files or repeat a known outage.
Generate onboarding guides, runbooks, and architecture notes from actual work.
Expose memory directly to Claude Code through the Model Context Protocol.
Install Cortex in your repo
Connect Claude Code through MCP and hooks
Let agents work normally
Review proposed memories
Future sessions become smarter
Get started
Install the CLI, sign in, and link your repo. Cortex registers an MCP server so Claude Code can retrieve your team's memory automatically.
# 1 · install the CLI
npm install -g @mxbenjaminbeguin/cortex
# 2 · authenticate
cortex login
# 3 · connect this repo
cortex init
✓ wrote .mcp.json, CLAUDE.md, hooks
✓ Claude Code now has your repo's memoryBefore it touches code
Memory is retrieved and scoped to the repo and task — so the agent walks in already knowing the landmines.
Relevant context:
- Billing uses Stripe webhooks.
- Duplicate invoice outage happened in March.
- Always check idempotency keys.
- Run make test-billing before opening a PR.
- Do not edit invoices_v1 tables.Start free. Upgrade when memory becomes mission-critical.
For solo developers trying it out.
For engineering teams shipping with agents.
For orgs with security & compliance needs.
Join the waitlist and be first to give your agents a memory that grows with your team.