Claude Code
Full hook-driven integration: automatic restore, transcript ingestion, compaction interception, and MCP tools.
- Automatic restore + writeback
- Automatic compaction
- Plugin ecosystem
Every message stored in SQLite. Summaries compacted into a DAG. Decisions promoted into cross-session memory. Context survives session boundaries, agent handoffs, and platform switches.
npm install -g @lossless-claude/lcm
Then run lcm install to connect your agent platform.
The problem is not just context length. It is continuity across sessions, tools, and agents.
Different agents, different platforms, one memory runtime.
Any connected agent explores the codebase, uses tools, and accumulates project-specific context.
Messages are stored, compacted into DAG summaries, and high-signal outcomes are promoted into durable memory.
A later session—on any platform—restores relevant summaries and continues without reconstructing the same history.
Claude Code gets first-class hook integration. Every other platform connects through templated install with MCP access to the same memory.
Full hook-driven integration: automatic restore, transcript ingestion, compaction interception, and MCP tools.
Templated install generates per-platform config files. MCP tools provide read/write access to the same memory backend.
Point any MCP-capable agent at the lcm daemon. No connector needed—just configure the MCP server URL.
Raw history, summarised history, and promoted memory in one local runtime.
Install globally, then connect your platform.
claude plugin install lossless-claude
Full hook integration with automatic restore, writeback, and compaction. Recommended for Claude Code users.
npm install -g @lossless-claude/lcm
lcm install
Interactive installer detects your platform and generates the right config files. Works with all 22 connectors.
Shared memory is queryable and writable from any connected agent.
The architecture is inherited. The current runtime is not the original one.
The DAG-based compaction architecture, lossless message retention, and the LCM memory model come from lossless-claw by Martian Engineering, grounded in the LCM paper by Voltropy.
Start with Claude Code. Connect any other platform. Keep one shared memory runtime underneath all of them.
npm install -g @lossless-claude/lcm