Skip to content
Windsurf

llmtrim for Windsurf

io.github.fkiene/llmtrim

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

client:Windsurf transport:stdio runtime:npm

Install llmtrim in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

llmtrim in other clients