Llmtrim MCP Server

Local proxy that compresses LLM API traffic so you pay less. Same answers, smaller bill.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 216 · #12 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MPL-2.0 · Rust servers · how we verify → /methodology

01 · Install Llmtrim

before you install - you'll need

Set LLMTRIM_UPSTREAM_PROXY before connecting.

Claude Code

claude mcp add fkiene-llmtrim -- npx -y @llmtrim/cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "fkiene-llmtrim": {
      "command": "npx",
      "args": [
        "-y",
        "@llmtrim/cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MPL-2.0 - declared in the repository

npm package @llmtrim/cli - the @llmtrim scope differs from the repo owner (fkiene); confirm it's the project's official package

registry namespace io.github.fkiene is GitHub-verified and matches the repo owner

03 · What Llmtrim can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.13.2 · 2026-08-16

Fixed · 0.13 upgrade keeps the old sub map. Status tab 4 and sub = on were · reading only [sub.on.tiers]. A pre-0.13 [sub.grok.tiers] (or · codex/kimi) pin such as opus → grok-4.6 looked like empty · (pass through) and…

v0.13.1 · 2026-08-16

Fixed · ensure / sub on can install CLIProxyAPI again. The sidecar download used · ureq's read_to_vec() (10 MiB default). Current CLIProxyAPI archives are ~20 MiB, · so llmtrim ensure warned the response body is larger…

v0.13.0 · 2026-08-16

Changed · sub now uses CLIProxyAPI. llmtrim sub on installs and starts · CLIProxyAPI, then rewrites intercepted · Anthropic /v1/messages to it. Existing sub = codex|kimi|grok configs keep working: · update / ensure…

04 · Who maintains Llmtrim

llmtrim is maintained by fkiene. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
API integration - ranked #12 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-16)
registry
io.github.fkiene/llmtrim (active, first published 2026-06-22 · 40 versions)
packages
npm:@llmtrim/cli

06 · Llmtrim FAQ

What is Llmtrim?

Local proxy that compresses LLM API traffic so you pay less. Same answers, smaller bill.

Is Llmtrim still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Llmtrim?

Run `npx -y @llmtrim/cli`. The README documents one environment variable (LLMTRIM_UPSTREAM_PROXY) to set first. Set LLMTRIM_UPSTREAM_PROXY before connecting. You can also paste the ready-made client config above.

Does Llmtrim run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Llmtrim