Skip to content

cdeust/Cortex

v2.3.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 2mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory-system anthropic artificial-intelligence causal-inference claude claude-code
+14 more
claude-code-plugin cognitive-architecture cognitive-science episodic-memory hopfield-network llm-memory long-term-memory mcp-server model-context-protocol neuroscience persistent-memory predictive-coding retrieval-augmented-generation vector-db

Summary

AI summary

Codebase Intelligence indexes codebases directly into Cortex memory with Tree‑sitter parsing and cross‑file analysis.

Full changelog

What's New

Codebase Intelligence (replaces GitNexus)

Index your codebase directly into Cortex memory — no external tools needed.

codebase_analyze(directory="/path/to/project")
  • Tree-sitter AST parsing for Python, TypeScript, Go, Swift, Rust (regex fallback)
  • Cross-file import resolution — resolves module names to actual files
  • Type-reference resolution — for Swift/Go implicit cross-file type usage
  • Class-method binding — methods scoped to parent class
  • Inheritance tracking — extends edges in the knowledge graph
  • Community detection — Louvain clustering via networkx
  • Impact analysis — upstream/downstream BFS
  • Incremental — SHA-256 hash, only re-processes changed files
  • Works on both PostgreSQL and SQLite (Cowork compatible)

Pipeline → Memory Integration

Pipeline events flow back to Cortex memory. Each stage stores observations with structured tags for cross-session recall.

SQLite Fallback

Cortex runs in sandboxed environments without PostgreSQL. SQLite + sqlite-vec provides the same API with automatic fallback.

Spell Alteration Benchmark

Needle-in-a-haystack: ingest 1.5M tokens as 3000+ memories, replace 2 terms, test detection.

  • Test A: Spot fakes in 3372 memories — PASS
  • Test B: Compare original vs altered, identify correct pairing — PASS

Stats

  • 35 MCP tools (+1 codebase_analyze)
  • 2000+ tests passing across Python 3.10-3.13
  • 7 benchmarks

Install

```bash
claude plugin marketplace add cdeust/Cortex
claude plugin install cortex
```

Optional:
```bash
pip install neuro-cortex-memory[codebase] # tree-sitter + networkx
pip install neuro-cortex-memory[postgresql] # psycopg + pgvector
```

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track cdeust/Cortex

Get notified when new releases ship.

Sign up free

About cdeust/Cortex

Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers)

All releases →

Beta — feedback welcome: [email protected]