Skip to main content

Local context OS for AI coding agents: token optimization, MCP tools, receipts, exact recovery, verification, and SDK helpers.

Project description

Entroly

Know exactly what your AI agent saw.

Entroly is a local context control plane for AI coding agents. It selects the highest-value evidence under a token budget, records what was selected and omitted, keeps compressed context recoverable, and produces verifiable Context Commits and receipts.

Install

pip install -U entroly

Run the local, no-key verification path:

entroly verify-claims
entroly simulate

MCP server

For an MCP client, register the installed entroly command with no arguments. When an MCP client launches it with a stdio pipe, Entroly starts the installed Python server directly:

entroly

Or register a package runner, also with no serve argument:

uvx --from entroly entroly
npx -y entroly-mcp

entroly serve is a different deployment path: it uses the Entroly Docker image by default. For the installed Python runtime in an interactive shell, use ENTROLY_NO_DOCKER=1 entroly serve on macOS/Linux or set ENTROLY_NO_DOCKER=1 in the client environment.

Entroly works with GitHub Copilot in VS Code, Claude Code, Cursor, Windsurf, Cline, Continue, Zed, and other MCP-compatible clients.

GitHub Copilot / VS Code

Create .vscode/mcp.json:

{
  "servers": {
    "entroly": {
      "type": "stdio",
      "command": "uvx",
      "args": ["--from", "entroly", "entroly"]
    }
  }
}

External MCP galleries can lag a release. Direct stdio registration above is the canonical setup; confirm a gallery entry's package version and validation status before relying on it.

Claude Code

claude mcp add entroly -- uvx --from entroly entroly

Generic MCP configuration

{
  "mcpServers": {
    "entroly": {
      "command": "uvx",
      "args": ["--from", "entroly", "entroly"]
    }
  }
}

What Entroly adds

  • Context selection under explicit token and cost budgets
  • Context Commits linking selected, omitted, and recoverable evidence
  • Context Receipts for replay, audit, and omission explanations
  • Exact recovery of compressed fragments through stable handles
  • Local verification through WITNESS and receipt checks
  • Context Check coverage evidence for changed files and CI risk gates
  • Pure-Python base runtime, optional Rust acceleration, and a separate npm/WASM runtime
  • Local-first operation with no outbound analytics by default

Links

MCP Registry identity

mcp-name: io.github.juyterman1000/entroly

Apache-2.0 licensed.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

entroly-1.0.60.tar.gz (20.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

entroly-1.0.60-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file entroly-1.0.60.tar.gz.

File metadata

  • Download URL: entroly-1.0.60.tar.gz
  • Upload date:
  • Size: 20.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for entroly-1.0.60.tar.gz
Algorithm Hash digest
SHA256 8ba88b9be492e5af54ef98fc0ce0aeb34282213c37f8f1b3f7425487a70a2868
MD5 964a30d8152b8550cd9b096de748e666
BLAKE2b-256 5346126189390af018e977fb6098660f9c845bac88d4b6fd8d64a5102d396ef2

See more details on using hashes here.

File details

Details for the file entroly-1.0.60-py3-none-any.whl.

File metadata

  • Download URL: entroly-1.0.60-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for entroly-1.0.60-py3-none-any.whl
Algorithm Hash digest
SHA256 c2c0a847263307ab5967114f3ef1b010a6aa85dd823273a10c17c5f08604b9a7
MD5 f71c2dcf0b028f0fe74f9eb2d4305513
BLAKE2b-256 5dca5e1e579ba183502d78860b06865f8c9faec87993ba8cca227be45b500a9d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page