Best for
- Large repositories and document collections
- Multi-turn, log-heavy AI agent sessions
- Teams requiring evidence traceability, recovery, and audit records
- Developers who want local processing and control over the model integration path
Entroly targets AI agent developers who need context governance rather than another chat runtime. It provides local-first selection, compression, recovery, receipts, and verification through Python, Node/npm, and stdio MCP surfaces. Actual interception depends on the integration path, recovery depends on retained local state, and token or quality claims should be validated on the target workload.
Entroly is a local Context OS and MCP server that discovers, ranks, deduplicates, and compresses tool output, logs, files, conversations, and RAG context before model requests. Budget-aware selection, content-addressed recovery, and Context Receipts preserve critical evidence while local verification, memory, caching, and cost-observation features provide additional control. The source claims up to 90% reduction in unnecessary tokens on measured workloads, but results depend on the workload and integration path.
Install the Python package with pip install -U entroly. Register Entroly as a stdio MCP server using the command entroly with no arguments; entroly init is also documented. For Claude Code, Codex, or OpenClaw, use entroly attach create --client <client> --project . --ttl 4h --install. Run entroly verify-claims and entroly simulate for local checks.
{"mcpServers":{"entroly":{"command":"entroly","args":[]}}}