Skip to content
Zed

Token Enhancer for Zed

io.github.xelektron/token-enhancer

Cuts AI web-fetching costs up to 99.9% by stripping page junk before it reaches your LLM.

client:Zed transport:stdio runtime:pypi

Install Token Enhancer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "token-enhancer": {
      "command": "uvx",
      "args": [
        "xelektron-token-enhancer"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Token Enhancer in other clients