Skip to main content
Glama

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

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

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides 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.
    6
    22
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides production-grade context compression for LLM agent conversations with Q-protective ranking, epistemic markers, and semantic store, reducing token usage while preserving equivalence.
    3
    Business Source 1.1

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NcrMancer/concisr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server