llmtrim for VS Code
io.github.fkiene/llmtrim
MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
client:VS Code
transport:stdio
runtime:npm
Install llmtrim in VS Code
.vscode/mcp.json
{
"servers": {
"llmtrim": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@llmtrim/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs