Odel
llmtrim

llmtrim

Local
@fkiene222RustMPL-2.0Updated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@llmtrim/cliv0.13.3

Run

npx -y @llmtrim/cli

MCP client config

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