Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Entroly
Entroly logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:46:55 PM

Entroly

User RatingsBe the first to rate and review this MCP server!
View Repository443 GitHub StarsTotal stargazers on GitHub for the source repository (443 stars).Visit Website
developer-toolscontext-compressionmcpai-agentsmemory

Compresses and verifies AI context locally, with MCP, proxy, SDK, and agent integration options.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "juyterman1000-entroly": {
      "command": "npx",
      "args": [
        "-y",
        "entroly@latest"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

juyterman1000/entroly MCP server selects relevant evidence, compresses context, and preserves excluded material for exact recovery. It uses budgeted evidence selection, BM25 and entropy signals, dependency-graph analysis, auditable receipts, and optional local memory. Reach for it when coding agents need smaller provider-bound prompts, recoverable context, or locally verifiable outputs without changing the underlying model. It can run as an MCP server with `entroly serve`, or through proxy, plugin, wrapper, and SDK paths.

Use cases

•Reduce provider-bound context for coding-agent requests
•Recover omitted source evidence exactly when needed
•Audit why context was included or excluded
•Track local token savings and estimated cost avoidance
•Route simpler tasks toward lower-cost models

Key features

•Budgeted evidence selection
•Recoverable context compression
•Content-addressed evidence recovery
•Auditable decision receipts
•Local memory with decay and persistence
•Opt-in tool-schema deferral

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Entroly.

Extracted Tool Capabilities
Budgeted evidence selection
Recoverable context compression
Content-addressed evidence recovery
Auditable decision receipts
Local memory with decay and persistence
Opt-in tool-schema deferral

How Entroly works

What juyterman1000/entroly MCP server does

juyterman1000/entroly MCP server sits between an AI coding workflow and its context sources. It selects evidence that fits an explicit token budget, compresses the selected context, and keeps omitted material recoverable. The project describes this as a local-first Context Assurance layer rather than a replacement model or agent architecture.

The main use case is reducing unnecessary provider-bound input while retaining an audit trail. Entroly records what was included, what was excluded, and the reasons behind the selection in auditable receipts. Content-addressed recovery is intended to preserve original source spans exactly when omitted evidence needs to be retrieved later.

The repository also describes optional components for model routing, local memory, and answer checking. RAVS routes easier tasks toward less expensive models, while MemoryOS provides budget-aware working, episodic, and semantic memory with decay, safety scanning, and durable persistence. WITNESS is described as a local hallucination guard that verifies answers without an API cost.

How it works

juyterman1000/entroly MCP server uses several signals to choose context, including BM25 relevance, entropy, and dependency-graph relationships. These signals are combined under a knapsack-style token budget so the resulting prompt favors higher-value evidence. Compression is designed to be recoverable rather than destructive: source material set aside by the selection process remains available for later retrieval.

The system can operate at different integration boundaries. The README lists MCP, proxy, plugin, wrapper, and SDK paths, including direct paths for OpenAI-compatible and Anthropic-compatible SDKs, Vercel AI SDK middleware, LangChain, LiteLLM, OpenClaw, and OpenCode. Provider-bound savings only apply when traffic actually passes through an Entroly-controlled route.

Tool-schema reduction is opt-in through the X-Entroly-Active-Tools request header. A caller can provide a comma-separated active tool set, such as search_files,read_file. Forced tool choices and unnamed provider tools remain available, and an invalid or non-matching set leaves the request unchanged.

Setup and configuration

Install the Python distribution with pip install entroly, then start the MCP entry point with entroly serve. The project is also published on npm, but the supplied material does not specify an npm server command or client configuration block.

The installation runs locally and does not require an API key according to the project’s installation guidance. Exact local token and cost measurements can be viewed with entroly value, entroly value --json, or entroly dashboard. These figures are local measurements; the README distinguishes them from provider invoices.

Entroly can also be used as an HTTP proxy or through library interfaces, but the provided material does not give the commands or configuration fields for those modes. The project is Apache-2.0 licensed.

Tools and capabilities

juyterman1000/entroly MCP server provides the following documented capabilities:

  • Selects high-value evidence within explicit token budgets.
  • Compresses context while keeping original evidence recoverable.
  • Produces receipts describing context-selection decisions.
  • Tracks tokens saved, estimated cost avoided, compression savings, and deferred tool-schema tokens.
  • Supports local working, episodic, and semantic memory through MemoryOS.
  • Offers local answer checking through WITNESS and model routing through RAVS.
  • Integrates through MCP, proxy, plugin, wrapper, and SDK paths.

The README names Cursor, Claude Code, Codex, OpenClaw, GitHub Copilot, Aider, and other agent or application integrations. A listed integration does not by itself mean every hosted inference path is intercepted; the request must use a supported Entroly-controlled route.

Limitations and notes

Compression savings depend on the workload and on whether requests traverse Entroly. The project’s live metrics are installation-specific, and estimated cost avoidance is a model based on configured pricing rather than a provider billing record. Optional community telemetry is described as privacy-limited and separately opted in; it is not an exact global usage counter.

The README does not identify individual MCP tool names or provide a complete client-by-client setup matrix in the supplied material. It also does not establish that every named integration supports provider-bound savings. Developers evaluating the MCP mode should verify the expected client configuration and the behavior of their particular request route before relying on compression or cost measurements.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Prism MCP logoPrism MCP

    Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts.

    🧠 Knowledge & Memory3 views
    Compare vs Prism MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
443
Stargazers on the source repository.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Entroly

Install the Python package with `pip install entroly`, then start the MCP server with `entroly serve`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEntroly AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/juyterman1000-entroly?style=directory)](https://allmcps.com/mcp/juyterman1000-entroly)
HTML Embed
<a href="https://allmcps.com/mcp/juyterman1000-entroly"><img src="https://allmcps.com/api/badge/juyterman1000-entroly?style=directory" alt="Entroly on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsCursor
Last updatedSep 9, 2026
10/10 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars443
GitHub Star CountTotal stargazers on GitHub representing community popularity (443 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
60Quality signal: Good · 60/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev · entroly@latest (PyPI)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Entroly →Install in Claude DesktopInstall in CursorInstall in VS Code