Skip to content
The Distillery
Docs / Clients / Cline
SETUP · clineverified

~/distillery setup → cline

Cline's native anthropicBaseUrl setting routes all Claude requests through The Distillery in one config line.

vendorAnthropic
authAPI key
methodconfig file
portlocalhost:3080

Overview

Cline is a VSCode extension that brings autonomous coding agents to your editor. It supports native Anthropic API base URL configuration via the `cline.anthropicBaseUrl` setting, no adapter needed. Once set, Cline routes all Claude requests through The Distillery where they are deduplicated and distilled before reaching Anthropic.

Prerequisites

You have The Distillery installed and running locally on port 3080. See the main install guide if you have not done this yet. Cline 3.0 or newer is required.

$ install

step 01 / 03

Install Cline from the VSCode marketplace: search for 'Cline' by saoudrizwan, or install from the command line.

macOS · Linux
code --install-extension saoudrizwan.claude-dev
Windows
code --install-extension saoudrizwan.claude-dev

$ configure

step 02 / 03

You can configure Cline's Anthropic base URL two ways: via VSCode settings JSON, or via the Cline provider UI.

Option A: edit settings.json directly. Open your user settings.json, then add the `cline.anthropicBaseUrl` key:

{
  "cline.anthropicBaseUrl": "http://localhost:3080"
}
macOS · Linux
~/Library/Application Support/Code/User/settings.json
Windows
%USERPROFILE%\AppData\Roaming\Code\User\settings.json

$ verify

step 03 / 03
01Send any message in Cline to trigger a request. Then run `thedistillery stats` in a terminal:
thedistillery stats
$ comparing tools

Evaluating other Claude Code cost-reduction approaches alongside Cline? See how The Distillery compares to Claude Code Router (model-routing approach), Compresr (YC W26), or browse alternatives to Claude Code Router for the full landscape.

Pricing breakdown: thedistillery.com/pricing.