
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
entroly
Advanced tools
Drop-in Context Assurance for AI agents: reduce avoidable token usage and AI cost with evidence selection, receipts, exact recovery, and verification.
Use less unnecessary AI context without rebuilding how you work.
Entroly selects useful evidence, removes avoidable repetition, keeps important originals recoverable, and records what your AI received.
Entroly is a local-first Context Assurance layer for developers, teams, and AI applications. It works through supported proxy, wrapper, plugin, SDK, and MCP paths with Claude Code, Codex, OpenClaw, Hermes Agent, OpenCode, GitHub Copilot, Cursor, Aider, local models, and OpenAI/Anthropic-compatible applications.
A small one-time setup is required; no agent-architecture rewrite.
AI applications often send repeated files, long histories, logs, and low-value material to a model. Entroly can:
Savings and quality depend on the workload, provider, model, budget, and integration. Entroly does not promise a universal compression percentage or guaranteed bill reduction.
pip install -U entroly
Check the local path before connecting a paid model:
entroly verify-claims
entroly simulate
entroly value
verify-claims checks installation, receipts, recovery, and verification.simulate estimates context reduction locally without making a model call.value separates observed provider-bound usage from local-only reductions.Automatic project setup:
cd /your/repo
entroly go
Examples:
# Claude Code
entroly attach create --client claude --project . --ttl 4h --install
# Codex
entroly attach create --client codex --project . --ttl 4h --install
# OpenClaw
entroly attach create --client openclaw --project . --ttl 4h --install
# Pay-as-you-go API or custom application
entroly proxy
For an MCP client, register the installed entroly command with no arguments:
entroly
Package-runner alternatives:
uvx --from entroly entroly
npx -y entroly-mcp
Claude Code MCP registration:
claude mcp add entroly -- uvx --from entroly entroly
Generic MCP configuration:
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": ["--from", "entroly", "entroly"]
}
}
}
Files, documents, history, and tool output
↓
Entroly Context Assurance
• rank useful evidence
• select under budget
• preserve exact originals
• create a receipt
• optionally verify output
↓
Your existing AI model
Local indexing, selection, receipts, and recovery storage do not require an Entroly cloud service. The selected prompt still goes to the provider configured by your application. No outbound analytics are enabled by default.
Entroly keeps different evidence classes separate:
| Path | What can be reported |
|---|---|
| Provider-bound proxy request | Observed pre/post input tokens and modeled input-cost avoidance with pricing provenance |
| SDK, MCP, plugin, or npm operation | Local context reduction; $0 claimed when provider delivery is not observable |
| Fixed-price subscription | Context efficiency where supported; the subscription price may not change |
| Unknown or legacy history | Preserved operational history; excluded from savings claims |
Modeled provider cost avoidance is not a provider invoice.
ccr:<24-hex> exact-recovery handles;WITNESS evaluates support against supplied evidence; it does not establish universal truth.
A future desktop experience, Entroly Simple Mode, is specified for people who do not want to learn about tokens, proxies, MCP, JSON, or agent architecture. It is not shipped yet, and Entroly does not claim a one-click consumer experience today.
mcp-name: io.github.juyterman1000/entroly
Apache-2.0 licensed.
FAQs
Drop-in Context Assurance for AI agents: reduce avoidable token usage and AI cost with evidence selection, receipts, exact recovery, and verification.
The pypi package entroly receives a total of 938 weekly downloads. As such, entroly popularity was classified as not popular.
We found that entroly demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.