Introduction to Erold
Erold is a context engine for AI coding agents. It gives your agent persistent, compressed memory that survives across sessions -- powered by Smart Strip compression that delivers 2-3x more context in the same token window.
The Problem
AI coding agents are powerful but amnesiac. Every new session starts from zero:
- Agents re-discover decisions they already made
- Failed approaches get repeated because they were forgotten
- Context windows fill up with redundant, verbose summaries
- Re-summarized memory drifts from the original facts over time
Erold solves this with Smart Strip compression and passive capture hooks, delivered through just 3 MCP tools.
Key Features
Smart Strip Compression
Lossless fact extraction that compresses coding session transcripts by 2-3x. Every discrete fact is classified as self-identifying (bare values like file paths, error codes, commands) or context-dependent (values needing one disambiguating word). All filler is stripped. The result survives unlimited re-compression cycles without drift.
3 MCP Tools
Agents spend time coding, not bookkeeping. Three focused tools replace dozens of granular ones: get_context loads compressed memory, save_memory persists new knowledge, and log_work records completed work. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible tool.
Passive Capture Hooks
Hooks observe your agent's work silently -- session transcripts, file changes, decisions, failed approaches. Memory builds itself without you or your agent explicitly saving anything. No workflow interruptions, no manual updates.
158+ Coding Guidelines
Lean, AI-optimized coding guidelines as structured data. Sharp rules that agents apply instantly. Covering React, Next.js, FastAPI, security, and more. Community-contributed and always growing.
RPA Privacy Layer Enterprise
Anonymize code, names, and proprietary details before sending context to external LLMs. Keep sensitive information local while your agent gets the context it needs.
How It Works
- Connect your agent - Add Erold as an MCP server (one command, under 2 minutes)
- Agent works, Erold remembers - Hooks passively capture work and compress it via Smart Strip
- Next session starts smart - Agent loads compressed context automatically, knows what was tried and what worked
Next Steps
- Quick Start Guide - Get persistent memory working in 2 minutes
- Core Concepts - Understand Smart Strip, hooks, and memory
- MCP Setup - Configure your AI agent integration