MCP server for Compresh — production-grade context compression with Q-protective ranking, epistemic markers, and depth-aware adaptation
Project description
compresh-mcp
MCP server for Compresh — production-grade context compression for LLM agent conversations.
Compresh adds Q-protective ranking, epistemic marker classification, and depth-aware adaptation on top of the open-source
tulbasecompression core. This is the paid tier distribution.
Architecture (0.2.0+)
- Local: bundled
tulbase(MIT, vendored ascompresh_mcp.tulbase) runs on every turn for fast compression + cold-storage support (fetch_compressed/list_compressedMCP tools). - Server: TUL 1.0 layers (Q-protective ranking, epistemic markers, semantic store) run on Compresh infrastructure via the
/v1/tul1endpoint, gated by your Compresh API key + tier. - Degraded mode: if
/v1/tul1is unreachable, compresh-mcp transparently falls back to the local tulbase result so compression never blocks.
Previously (0.1.0, yanked), TUL 1.0 classifiers shipped inside the client package. That distribution leaked paid features into the local install and is no longer recommended — install 0.2.0 or later. See CHANGELOG.md for the migration note.
What's the difference vs tulbase-mcp?
| Feature | tulbase-mcp (free, open-source) |
compresh-mcp (paid) |
|---|---|---|
| Base LexRank summarization | ✅ | ✅ |
| Modality elision (code, terminal, JSON, stack traces) | ✅ | ✅ |
| Cold storage + fetch_compressed | ✅ | ✅ |
| Protection Zone (Claim 1e) | ✅ | ✅ |
| Q-protective sentence ranking (Q1–Q4 categorization) | ❌ | ✅ |
| Epistemic markers (VR/HR/CR/UC) | ❌ | ✅ |
| Semantic store (cross-turn Q3 dedup) | ❌ | ✅ |
| Saving telemetry to Compresh dashboard | ❌ | ✅ |
| Multi-device sync (planned) | ❌ | ✅ |
In Compresh's bench (Compresh-bench v1, 600-turn multi-model), Q-protective ranking adds 5–12 percentage points of equivalence preservation vs base LexRank at the same token savings — Pareto improvement.
Pricing
| Plan | Period | Saving-share |
|---|---|---|
| Starter (free + budget loaded) | pay-as-you-go | 30% |
| Pro Quarterly ($18) | 3 mo | 20% |
| Pro Semi-Annual ($33) | 6 mo | 16% |
| Pro Annual ($60) | 1 yr | 12% |
| Anonymous / free / local LLM | — | 0% (free, tulbase only) |
Every new user: $30 free credit (90-day expiry), $10 minimum top-up (charged $7.50 with a permanent 25% discount on top-ups).
Saving-share is the cut Compresh takes on the savings measured against the user's chosen model. The base value comes from the actual model price (when known) or the provider family's cheapest model; anonymous / free-model usage falls back to a flat $0.20 / 1M saved input tokens.
See compre.sh/pricing for the canonical pricing page.
Installation
pip install compresh-mcp
On first run, you'll be prompted for your Compresh API key. If you don't have an account, your browser opens to compre.sh/signup automatically.
MCP client configuration
Claude Code (~/.claude/mcp.json)
{
"mcpServers": {
"compresh": {
"command": "compresh-mcp",
"env": {
"COMPRESH_API_KEY": "sk-comp_...",
"COMPRESH_API_BASE": "https://api.compre.sh"
}
}
}
}
Cursor (~/.cursor/mcp.json)
Same structure as Claude Code.
Cowork
Cowork → Settings → Tools → MCP servers → Add:
- Command:
compresh-mcp - Environment:
COMPRESH_API_KEY=sk-comp_...
Tools exposed
Same four tools as tulbase-mcp, with enhanced behavior:
compress— Q-protective compression by default (protection_mode="balanced")fetch_compressed,list_compressed,stats— same interface
Plus paid-tier extras:
usage— current cycle budget, free credit balance, savings metrics
License
Business Source License 1.1 — see LICENSE. Production use permitted with valid Compresh API key. License automatically converts to MIT after 4 years (Year 2030).
Patents
Q-protective sentence ranking + Protection Zone are covered by TR-TPMK patent application 2026/007305 (Compresh Ltd, May 2026). A valid Compresh subscription grants implementation license.
Status
v0.1.0 — first public release, May 2026. Active development. APIs may
change before v1.0. Issues and pull requests welcome.
Links
- compre.sh — product site
- Documentation — full reference
- GitHub — source
- Issues — bug reports
- tulbase (open core, MIT) — standalone
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file compresh_mcp-0.2.4.tar.gz.
File metadata
- Download URL: compresh_mcp-0.2.4.tar.gz
- Upload date:
- Size: 66.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1290fa7b8f938a53c793c7dad90d1be726cec8eb43c2e0fdc272cff925ab8ee
|
|
| MD5 |
f09d74e351f8c14ea1b97a6a94b98b81
|
|
| BLAKE2b-256 |
1e6862050f49664645749a9ff466d9066e44f6ba11f34da6516efc3a3aa57f71
|
File details
Details for the file compresh_mcp-0.2.4-py3-none-any.whl.
File metadata
- Download URL: compresh_mcp-0.2.4-py3-none-any.whl
- Upload date:
- Size: 73.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7c7505d5f26fc020232a8a4fc226848b30243da318cb9ed783d68e224a48bc7
|
|
| MD5 |
77f87f97954c49150784ab1e87868258
|
|
| BLAKE2b-256 |
897b80eb1feb3b9fccfe3f9593928a947cd5f4c87dc7c888c592fd73a8050f49
|