Entroly
Rank #158io.github.juyterman1000/entroly
Context Assurance for AI agents: context engineering, AI cost optimization, verification.
Entroly is a Model Context Protocol (MCP) server published by juyterman1000. It ranks #158 of 115,460 servers tracked on MCP Toplist, and its repository has 442 GitHub stars. Entroly is listed across 3 registries — Official MCP, Glama and PulseMCP, with 11 tracked versions. It was first listed on Apr 3, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,302 of 115,460 servers on MCP Toplist.
Use Entroly
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add entroly -- uvx entrolyclaude mcp add entroly -- npx -y entroly-mcp[mcp_servers.entroly]
command = "uvx"
args = ["entroly"]Add to ~/.codex/config.toml.
[mcp_servers.entroly]
command = "npx"
args = ["-y", "entroly-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"entroly": {
"command": "npx",
"args": [
"-y",
"entroly-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"entroly": {
"command": "npx",
"args": [
"-y",
"entroly-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"entroly": {
"type": "stdio",
"command": "uvx",
"args": [
"entroly"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"entroly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"entroly-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"entroly": {
"command": "npx",
"args": [
"-y",
"entroly-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}{
"mcpServers": {
"entroly": {
"command": "npx",
"args": [
"-y",
"entroly-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.juyterman1000%2Fentroly)<a href="https://mcptoplist.com/server/io.github.juyterman1000%2Fentroly"><img src="https://mcptoplist.com/badge/io.github.juyterman1000%2Fentroly.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
juyterman1000
Available versions (11)
| Version | Published |
|---|---|
| 1.0.81 | Aug 30, 2026 |
| 1.0.80 | Aug 29, 2026 |
| 1.0.78 | Aug 16, 2026 |
| 1.0.77 | Aug 12, 2026 |
| 1.0.76 | Aug 10, 2026 |
| 1.0.75 | Aug 4, 2026 |
| 1.0.74 | Aug 3, 2026 |
| 1.0.72 | Aug 2, 2026 |
| 1.0.68 | Jul 30, 2026 |
| 1.0.59 | Jul 14, 2026 |
| 1.0.53 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Entroly?
- Entroly is maintained by juyterman1000, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Entroly listed on the Official MCP Registry?
- Yes — Entroly is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Entroly have?
- MCP Toplist tracks 11 versions of Entroly, most recently published on Aug 30, 2026.
- Where can I find the source code for Entroly?
- The source code for Entroly is hosted at github.com/juyterman1000/entroly.