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

Start the stdio MCP server directly:

entroly serve

Or use a package runner:

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

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", "serve"]
    }
  }
}

Or install through the MCP gallery after the official registry listing becomes available by searching for Entroly.

Claude Code

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

Generic MCP configuration

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

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
  • Rust and WASM engines with a pure-Python fallback
  • 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.57.tar.gz (18.2 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.57-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: entroly-1.0.57.tar.gz
  • Upload date:
  • Size: 18.2 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.57.tar.gz
Algorithm Hash digest
SHA256 fef09c6b5e2616a09333a911f48fdef70b94747e22c56d9cc44a41832271c9b4
MD5 48ba10f6118e9f6a0e8c7a46382d177d
BLAKE2b-256 42214afb88a6019d659e1ea8b9477e42c9c3bfc159f60f9ff39568b4b20993bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: entroly-1.0.57-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.57-py3-none-any.whl
Algorithm Hash digest
SHA256 583d5adc77d18c4908ec14f807749ab3d1d97b051af72f37899bcd2c81836ad7
MD5 55bc261801d4f3d9d1180a6cc7374659
BLAKE2b-256 bfdc0c54c5812dd160c0333d2ea68d41b3ac9feb2ec1a86ef08cdef05d73bef3

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