Open-source context engine that catches AI hallucinations and cuts your token bill 70–95%. The only AI helper that shows its work. Claude · Cursor · Copilot · Codex,GPT & Custom Providers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add entroly uvx entroly
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"entroly": {
"command": "uvx",
"args": [
"entroly"
]
}
}
}
📋 Copy
Or install with pip: pip install entroly
README Excerpt
<p align="center"> <a href="docs/i18n/README.zh-CN.md">🇨🇳 中文</a> • <a href="docs/i18n/README.ja.md">🇯🇵 日本語</a> • <a href="docs/i18n/README.ko.md">🇰🇷 한국어</a> • <a href="docs/i18n/README.pt-BR.md">🇧🇷 Português</a> • <a href="docs/i18n/README.es.md">🇪🇸 Español</a> • <a href="docs/i18n/README.de.md">🇩🇪 Deutsch</a> •
Tools (20)
amazonq amp antigravity cline cody continue emacs fittencode helix jetbrains kiro neovim qoder roo sublime supermaven tabby tabnine trae twinny
Topics
ai ai-agents ai-hallucination anthropic chatgpt claude claude-code context-compression cursor hallucination-detection llm llm-grounding mcp mcp-server open-source