Skip to content
Back to search
30
MCP

llmtrim

io.github.fkiene/llmtrim

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

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

dmcp
MCP proxy server that reduces LLM context overhead with on-demand tool loading from multiple upstream servers.
0 tools
llmtrim
Metadata-only Glama MCP server.
0 tools
Skim MCP Server
MCP server for Skim code transformation. Compresses code 60-95% for LLM context optimization.
0 tools
io.github.rccola990-cloud/mcp-token-optimizer
Cut LLM token costs: count tokens, estimate cost, slim prompts, and pick the cheapest capable model.
0 tools
llm-mcp
llm implementation of MCP for clients and servers.
0 tools
llm-advisor-mcp
MCP server for LLM/VLM model selection — compare 300+ models with real-time benchmarks, pricing, and personalized recommendations. No API ke
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "llmtrim": {
      "url": "None",
      "transport": "http"
    }
  }
}