Concisr
БесплатноНе проверенToken compression for AI contexts, reducing token consumption by compressing conversation exchanges before they enter the LLM context window.
Описание
Token compression for AI contexts, reducing token consumption by compressing conversation exchanges before they enter the LLM context window.
README
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.
Tools
| Tool | Purpose | Compression |
|---|---|---|
digest_input |
Strip incoming messages to essential signal | ~25-95% depending on mode |
compress_response |
Compress outgoing responses with sentence truncation | Preserves voice and meaning |
cache_reference |
Gzip-compressed key-value store with TTL expiry | Store large text, retrieve on demand |
session_stats |
Real-time token savings dashboard | Track ROI across sessions |
Compression Modes
| Mode | Level | Strategy |
|---|---|---|
checkin |
~25% | Extract structured metrics (pain, sleep, energy, food, weight, stress) |
task |
~50% | Strip filler words, greetings, hedges |
casual |
~75% | Light structural compression |
narrative |
~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
concisr
Or 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
Установить Concisr в Claude Desktop, Claude Code, Cursor
unyly install concisrСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add concisr -- uvx --from git+https://github.com/NcrMancer/concisr concisrFAQ
Concisr MCP бесплатный?
Да, Concisr MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Concisr?
Нет, Concisr работает без API-ключей и переменных окружения.
Concisr — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Concisr в Claude Desktop, Claude Code или Cursor?
Открой Concisr на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Concisr with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
