~/distillery setup → cline
Cline's native anthropicBaseUrl setting routes all Claude requests through The Distillery in one config line.
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 / 03Install Cline from the VSCode marketplace: search for 'Cline' by saoudrizwan, or install from the command line.
code --install-extension saoudrizwan.claude-devcode --install-extension saoudrizwan.claude-dev$ configure
step 02 / 03You 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"
}~/Library/Application Support/Code/User/settings.json%USERPROFILE%\AppData\Roaming\Code\User\settings.json$ verify
step 03 / 03thedistillery statsEvaluating 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.