Lossless-by-default context compression for LLM coding agents — proxy, library, CLI, and MCP server. Local-first, cache-correct, reversible.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tare": {
"command": "cargo",
"args": [
"run",
"--",
"tare"
]
}
}
}
Run in terminal:
claude mcp add tare cargo run -- tare
Add to .cursor/mcp.json:
{
"mcpServers": {
"tare": {
"command": "cargo",
"args": [
"run",
"--",
"tare"
]
}
}
}
README Excerpt
<div align="center"> <img src="docs/assets/logo.svg" alt="tare — lossless context compression for LLM coding agents" width="720"> </div> <p align="center"><strong>lossless by default · relevance-aware · cache-correct · closed-loop · proxy · library · CLI · MCP · local</strong></p> <p align="center"> <a href="https://github.com/mstuart/tare/actions/workflows/ci.yml"><img src="https://github.com/mstuart/tare/actions/workflows/ci.yml/badge.svg" alt="CI"></a>