Home › Other › llmtrim

llmtrim

MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.

Rust
★ 239 stars Last pushed 2026-09-16 License: MPL-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.13.4)

npx -y @llmtrim/cli@0.13.4

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry