agentic_context_compression_framework

saitarrun/agentic_context_compression_framework
★ 0 stars Rust AI/LLM Updated today
A production-ready MCP server for Claude Code that reduces agent token consumption by 52% while maintaining accuracy and ensuring zero data loss.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentic_context_comp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agentic_context_compression_framework"
      ]
    }
  }
}

README Excerpt

A production-ready **MCP server** for Claude Code that reduces agent token consumption by **52%** while maintaining accuracy and ensuring zero data loss. > Compress Claude Code tool outputs transparently. Save tokens. Improve performance. Keep accuracy. --- ```bash curl -fsSL https://raw.githubusercontent.com/saitarrun/agentic_context_compression_framework/main/scripts/install.sh | bash