v3.3.0 shipped • Codex release line is live

Persistent memory for AI coding tools

Locus gives Codex and Claude Code a local memory layer for project structure, durable decisions, searchable history, and diagnostics. Built on MCP. Safe-by-default. Designed so your agent stops starting from zero.

Codex CLI Codex desktop / extension Claude Code MCP server
codex + locus memory
~/project $ codex
Loading project context…
Locus MCP connected
memory_search("auth schema decisions")
Locus: found prior auth trade-offs and recent Codex import status
Codex: continuing from the JWT vs sessions decision we made earlier
You: finish the auth module and keep the previous token model

What ships today

Locus is already a real product line for Codex, not a future promise. The current release focuses on reliable memory primitives, diagnostics, and installable local workflows.

Codex memory that survives the next session

`memory_import_codex`, auto-import before `memory_search`, and Codex-aware diagnostics are already shipped in `v3.3.0`. Recent dialogue, prior decisions, and project structure can be recalled through one local memory system instead of ad-hoc summaries.

Safe-by-default capture

The shipped default remains `metadata`. That gives ingestion, visibility, and diagnostics first. Richer recall modes exist, but they are opt-in and should be treated with explicit privacy trade-offs.

Diagnosable, not magical

`memory_status` and `memory_doctor` expose Codex-specific state so users can see what is imported, what is missing, and where the failure actually lives.

Install paths that are improving

Repo-local Codex plugin packaging already ships. Marketplace-based one-command install and published runtime packaging are the next step, not hand-wavy marketing copy.

Why teams keep losing context

Most coding agents are strong inside a session and weak across sessions. Locus exists to bridge that gap without turning your workflow into a ritual of manual summaries.

Project structure

Scan the codebase, map files and exports, and keep that structure searchable through MCP.

Decision memory

Save architectural choices and trade-offs so the next session starts with context, not guesswork.

Conversation history

Carbon Copy-style event ingest captures what happened, then makes it searchable through the same memory layer.

Operational trust

Diagnostics, audit visibility, and explicit capture modes matter as much as recall itself.

Explore the real project

This landing page is intentionally simple. The real source of truth remains the repository: Quick Start, Codex setup, roadmap, releases, and implementation details all live there.

Repository URL copied