Skip to content
Cursor

TokenSqueezer LLM Token Compressor for Cursor

io.github.pgalyen1987/tokensqueezer

x402-gated LLM token compressor: strip filler, collapse JSON, densify prose. Paid in USDC.

client:Cursor transport:stdio runtime:npm

Install TokenSqueezer LLM Token Compressor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "tokensqueezer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nodeproxy/tokensqueezer"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TokenSqueezer LLM Token Compressor in other clients