Entroly MCP Server

Entroly - Select AI context with auditable recovery. Receipt-backed selection records: what was kept, what was omitted, and the handle that recovers the exact original bytes. It runs locally over stdio via the published package.

People who work with token optimization, context compression and hallucination detection and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 453 · #10 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Entroly

before you install - you'll need

Set ENTROLY_NO_DOCKER, ENTROLY_MCP_PASSIVE, ENTROLY_MCP_PROFILE, ENTROLY_MAX_FILES before connecting.

Claude Code

claude mcp add juyterman1000-entroly -- npx -y entroly-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "juyterman1000-entroly": {
      "command": "npx",
      "args": [
        "-y",
        "entroly-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package entroly-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.juyterman1000 is GitHub-verified and matches the repo owner

03 · What Entroly can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

entroly-v1.0.84 · 2026-09-13

the publish probes failed on healthy releases · GPT-6 Astra and Muse Spark 1.3, with real context limits · enforce the session spend cap that was already built · make the audit log's two stores agree · Make the plugin…

entroly-v1.0.83 · 2026-09-06

make a stale version impossible to ship unnoticed · 1.0.83, verified byte-perfect in the built artifact

entroly-v1.0.82 · 2026-09-06

Retry exact release runner probes · Update Homebrew formula for 1.0.81 · prevent unsafe automatic MCP major upgrades · harden proof-guided diagnostic rendering · Fix/savings baseline honesty · dead-symbol detection was…

04 · Who maintains Entroly

Entroly is maintained by juyterman1000. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
coding agent - ranked #10 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-13)
registry
io.github.juyterman1000/entroly (active, first published 2026-07-12 · 21 versions)
packages
pypi:entroly · npm:entroly-mcp

06 · Entroly FAQ

What is Entroly?

Entroly - Select AI context with auditable recovery. Receipt-backed selection records: what was kept, what was omitted, and the handle that recovers the exact original bytes. It runs locally over stdio via the published package.

Is Entroly still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Entroly?

Run `npx -y entroly-mcp`. The README documents 4 environment variables (ENTROLY_NO_DOCKER, ENTROLY_MCP_PASSIVE, ENTROLY_MCP_PROFILE…) to set first. Set ENTROLY_NO_DOCKER, ENTROLY_MCP_PASSIVE, ENTROLY_MCP_PROFILE, ENTROLY_MAX_FILES before connecting. You can also paste the ready-made client config above.

Does Entroly run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Entroly

More coding agent MCP servers · Luogu MCP Server · Baton · Martin Loop · Agent Comm · Syke

More Python MCP servers · Qt4 Doc MCP Server · Redmine MCP Server · Deepmiro · Whatsapp Macos · see all