Skip to content
Claude Desktop

token optimizer for Claude Desktop

io.github.omkar9854/token_optimizer

Reversible context compression for AI agents: cut token usage up to 94%, originals retrievable

client:Claude Desktop transport:stdio runtime:pypi

Install token optimizer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "token_optimizer": {
      "command": "uvx",
      "args": [
        "slimctx"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

token optimizer in other clients