Concisr
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Concisrdigest my latest conversation thread"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Concisr
Token compression for AI contexts. Reduce token consumption by compressing conversation exchanges before they enter the LLM context window.
Deterministic, embedding-free compression. No external APIs, no GPU required.
Why?
Every token costs money. Most conversation context is filler — greetings, hedges, repeated data, verbose JSON. Concisr strips that noise before it hits the model, so you fit more signal into fewer tokens.
Related MCP server: SlimContext MCP Server
Tools
Tool | Purpose | Compression |
| Strip incoming messages to essential signal | ~25-95% depending on mode |
| Compress outgoing responses with sentence truncation | Preserves voice and meaning |
| Gzip-compressed key-value store with TTL expiry | Store large text, retrieve on demand |
| Real-time token savings dashboard | Track ROI across sessions |
Compression Modes
Mode | Level | Strategy |
| ~25% | Extract structured metrics (pain, sleep, energy, food, weight, stress) |
| ~50% | Strip filler words, greetings, hedges |
| ~75% | Light structural compression |
| ~95% | Preserve detail with minimal trimming |
Content-type detection automatically applies JSON crushing, code comment stripping, or prose pass-through.
Quick Start
# Install via pip
pip install concisr
# Run locally
concisrOr add to your MCP client config:
{
"mcpServers": {
"concisr": {
"url": "https://concisr.mcpize.run/mcp"
}
}
}Deployed
Live on MCPize — Free tier (500 req/mo) and Pro ($50/mo unlimited).
Storage
Cache DB:
~/.concisr/cache.db(SQLite, gzip-compressed blobs)Stats:
~/.concisr/stats.json(persistent across sessions)
Author
Eric Ian Rodriguez
Portfolio: tiny-bavarois-656e6c.netlify.app
GitHub: github.com/NcrMancer
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Shared distillation cache for AI agents — every fetch ~73-89% fewer tokens via a shared cache.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Memory that reasons: continual learning for stateful agents. Better context, fewer tokens.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides intelligent code context and analysis through semantic compression, AST parsing, and multi-language support. Offers 60-80% token reduction while enabling AI assistants to understand codebases through local analysis, OpenAI-enhanced insights, and GitHub repository integration.616 npm3MIT
- AlicenseAqualityFmaintenanceProvides AI chat history compression tools through token-based trimming and AI-powered summarization strategies to manage conversation context within token limits.249 npm5MIT
- AlicenseNot gradedqualityDmaintenanceEnables 70-90% LLM API cost reduction by compressing conversation history via local Gemma 4 models or heuristics, featuring token counting, model routing, and pinned facts for preserving critical context.1MIT

compresh-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides production-grade context compression for LLM agent conversations with Q-protective ranking, epistemic markers, and semantic store, reducing token usage while preserving equivalence.3Business Source 1.1