Odel
token compressor

token compressor

Local
@base76-research-lab10PythonMITUpdated 6mo ago

Compress prompts 40-60% using local LLM + embedding validation. Preserves all conditionals.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItoken-compressor-mcpv0.1.1

Run

uvx token-compressor-mcp

MCP client config

{
  "mcpServers": {
    "token-compressor": {
      "command": "uvx",
      "args": [
        "token-compressor-mcp"
      ]
    }
  }
}