mcpbeat Sign in

Entroly MCP Server

by juyterman1000 Your server? Claim it
local only

Entroly runs on your own machine — the client starts it, so there is no endpoint to ping. 1 486 installs a week from pypi. Last commit 16 Sep 2026.

Context Assurance for AI agents: context engineering, AI cost optimization, verification.

Installs per day peak 340 · avg 56 · -15% w/w
a month agotoday
1 486
Installs / week
npm · entroly-mcp
459
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call advance_proof_guided_context.session_id → entroly/cli.py:4558, create_context_receipt_from_path.path → entroly/context_check.py:212, advance_proof_guided_context.session_id → entroly/cli.py:4953 и ещё 10
    completed = subprocess.run(
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Runs commands and sends data out [пакет] entroly/cli.py:2300
            proc = subprocess.Popen(proxy_cmd, stdout=log_fh, stderr=subprocess.STDOUT)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    if os.environ.get("ENTROLY_NO_DOCKER") or os.path.exists("/.dockerenv"):
        try { fs.unlinkSync(path.join(this.checkpointDir, old)); } catch {}
                result = subprocess.run([str(candidate), *sys.argv[1:]], check=False)
const result = spawnSync(process.execPath, [target, ...process.argv.slice(2)], {
            result = eval(  # noqa: S307
            process = new ProcessBuilder(executable, "--version")
API_BASE = "https://api.telegram.org/bot{token}/{method}"
Reads files and sends them to the network entroly/cli.py:1497, [пакет] entroly/cli.py:1497
        count = sum(1 for _ in checkpoint_dir.rglob("*") if _.is_file())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add entroly -- npx -y entroly-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "entroly": {
      "args": [
        "-y",
        "entroly-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.entroly]
command = "npx"
args = ["-y", "entroly-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "entroly": {
      "args": [
        "-y",
        "entroly-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "entroly": {
      "args": [
        "-y",
        "entroly-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Entroly

same job, measured the same way
Memex
by stifler7

Temporal engineering context for agents via MCP.

358 installs/wk local only
mdflow — Context OS for AI Coding Agents
by yubinbin32-ops

Context OS for AI coding agents: task-scoped AST context, verified mutation, and rollback.

local only
Logic Server
by nocturnus

Agent reasoning, memory, and token-optimized context for AI applications.

60 installs/wk local only
Agent Memory MCP
by ipiton

Memory, docs, and repo context layer for engineering agents.

local only
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
Elite Reasoning MCP
by snehgabani

Evidence-gated verification, selection, and measurement MCP for coding agents.

43 installs/wk local only
Giljo HQ
by giljo

Context engineering for AI coding agents: product context, project missions, and 360 memory.

answering
Agent Resolve MCP
by agent-resolve

Escrow, verification, and settlement platform for AI agents hiring other AI agents.

7 tools answering

Entroly — questions

Answers built from our own checks of this server.

Why is there no uptime for Entroly?
Entroly runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package entroly-mcp was installed 1 486 times last week.
How do I connect Entroly?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls entroly-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Entroly?
The npm package entroly-mcp was installed 1 486 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Entroly open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 459 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.