Enables context compression for Claude Code with Thai language support, reducing token usage by 50-88% while preserving full recoverability of original content.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.SARUP_HOOK_MIN_CHARS— 4000 Hook only compresses outputs larger than this.SARUP_HOOK_MODE— auto Hook compression mode.SARUP_DB_PATH— Automatic — the hook intercepts large tool outputs, caches the original to ,OLLAMA_HOSTSARUP_ABSTRACTIVE_MODEL— gemma3:12b Model for abstractive / pipeline rewrite.SARUP_EMBED_MODEL— nomic-embed-text Model for semantic embeddings.SARUP_OLLAMA_PROBE_TIMEOUTSARUP_OLLAMA_GEN_TIMEOUTSARUP_OLLAMA_EMBED_TIMEOUTSARUP_PROXY_UPSTREAMSARUP_PROXY_COMPRESS— $env:="1"; $env:SARUP_DB_PATH="…\.sarup-cache.db"; sarup-proxySARUP_PROXY_PORT— 8788 Listen portSARUP_PROXY_MODE— extractive Compression mode (extractive is offline & fast — best for the hot path)SARUP_PROXY_MIN_CHARS— 2000 Only compress blocks larger than thisSARUP_PROXY_KEEP_RECENT— 4 Keep the last N messages verbatim (prompt-cache settle window — higher = more cache-safe, fewer savings)[](https://m8ven.ai/mcp/phuicmt-sarup-jt1c33)