Context compression for AI agents — cut token usage costs with retrievable CCR compression. Rust core + Python API, Claude Code & Codex plugin, MCP server. PyPI: furl-ctx
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"furl-ctx": {
"command": "uvx",
"args": [
"furl-ctx"
]
}
}
}
Run in terminal:
claude mcp add furl-ctx uvx furl-ctx
Add to .cursor/mcp.json:
{
"mcpServers": {
"furl-ctx": {
"command": "uvx",
"args": [
"furl-ctx"
]
}
}
}
Or install with pip: pip install furl-ctx