Open source · local first

Every coding agent.
One shared memory.

Agent LCM captures work from Codex, Cursor, VS Code, Copilot, and Kiro, then makes that history searchable from any of them.

Requires Node.js 22.18 or newer

LOCAL MEMORY CAPTURING
5 harnesses connected~/.agent-lcm

Works where you work

CodexCursorVS CodeGitHub CopilotKiro

Why Agent LCM

Context should outlive
the window.

01

Resume with evidence

Return to earlier work with source-backed history, not a fuzzy recollection of it.

02

Search across harnesses

Find Codex work from Cursor, Copilot work from Kiro, or any other supported combination.

03

Keep it on your machine

One private store per user and machine. No embeddings, external API, or cloud memory service required.

04

Rebuild from the source

The sanitized event archive stays authoritative. Search indexes, summaries, and graphs can be rebuilt.

Two commands

Install once.
Remember everywhere.

Install the CLI, then let Agent LCM detect and connect the agent harnesses already on your machine.

Harness-specific setup
TERMINAL
$ npm install --global @team-volt/agent-lcm
$ agent-lcm setup all
ReadyHooks installed · daemon starts on demand

Built for trust

Local by design.
Lossless by architecture.

Capture hooks sanitize events before they enter a private on-disk inbox. One authenticated local daemon writes the raw archive and updates SQLite, so every harness reads from the same source of truth.

Give your agents
a memory that lasts.