Skip to content
Zed

token pilot for Zed

io.github.digital-threads/token-pilot

Save up to 80% tokens when AI reads code via AST-aware structural reading

client:Zed transport:stdio runtime:npm

Install token pilot in Zed

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

{
  "context_servers": {
    "token-pilot": {
      "command": "npx",
      "args": [
        "-y",
        "token-pilot"
      ]
    }
  }
}

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

token pilot in other clients