llmtrim
Rank #492io.github.fkiene/llmtrim
MCP server and proxy that compresses LLM prompts, tool output, and replies to cut token cost.
llmtrim is a Model Context Protocol (MCP) server published by fkiene. It ranks #492 of 132,046 servers tracked on MCP Toplist, and its repository has 238 GitHub stars. llmtrim is listed across 3 registries — Official MCP, Glama and PulseMCP, with 42 tracked versions. It was first listed on Jun 18, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 131,554 of 132,046 servers on MCP Toplist.
Use llmtrim
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add llmtrim -- npx -y @llmtrim/cli mcp[mcp_servers.llmtrim]
command = "npx"
args = ["-y", "@llmtrim/cli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"llmtrim": {
"command": "npx",
"args": [
"-y",
"@llmtrim/cli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"llmtrim": {
"command": "npx",
"args": [
"-y",
"@llmtrim/cli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"llmtrim": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@llmtrim/cli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"llmtrim": {
"command": "npx",
"args": [
"-y",
"@llmtrim/cli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"llmtrim": {
"command": "npx",
"args": [
"-y",
"@llmtrim/cli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fkiene%2Fllmtrim)<a href="https://mcptoplist.com/server/io.github.fkiene%2Fllmtrim"><img src="https://mcptoplist.com/badge/io.github.fkiene%2Fllmtrim.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
fkiene
Available versions (42)
| Version | Published |
|---|---|
| 0.13.4 | Sep 8, 2026 |
| 0.13.3 | Sep 1, 2026 |
| 0.13.2 | Aug 16, 2026 |
| 0.13.1 | Aug 16, 2026 |
| 0.13.0 | Aug 16, 2026 |
| 0.12.6 | Aug 11, 2026 |
| 0.12.5 | Aug 5, 2026 |
| 0.12.4 | Aug 5, 2026 |
| 0.12.3 | Aug 1, 2026 |
| 0.12.2 | Jul 31, 2026 |
| 0.12.1 | Jul 29, 2026 |
| 0.12.0 | Jul 29, 2026 |
| 0.11.12 | Jul 27, 2026 |
| 0.11.11 | Jul 26, 2026 |
| 0.11.10 | Jul 26, 2026 |
| 0.11.9 | Jul 23, 2026 |
| 0.11.8 | Jul 22, 2026 |
| 0.11.7 | Jul 22, 2026 |
| 0.11.6 | Jul 22, 2026 |
| 0.11.5 | Jul 20, 2026 |
| 0.11.4 | Jul 17, 2026 |
| 0.11.3 | Jul 17, 2026 |
| 0.11.2 | Jul 16, 2026 |
| 0.11.1 | Jul 16, 2026 |
| 0.11.0 | Jul 15, 2026 |
| 0.10.2 | Jul 15, 2026 |
| 0.10.1 | Jul 13, 2026 |
| 0.10.0 | Jul 12, 2026 |
| 0.9.4 | Jul 12, 2026 |
| 0.9.3 | Jul 11, 2026 |
| 0.9.2 | Jul 10, 2026 |
| 0.9.1 | Jul 10, 2026 |
| 0.9.0 | Jul 9, 2026 |
| 0.8.1 | Jul 7, 2026 |
| 0.8.0 | Jul 6, 2026 |
| 0.7.0 | Jul 5, 2026 |
| 0.6.3 | Jul 4, 2026 |
| 0.6.2 | Jul 4, 2026 |
| 0.6.1 | Jul 4, 2026 |
| 0.5.0 | Jun 29, 2026 |
| 0.4.0 | Jun 28, 2026 |
| 0.3.2 | Jun 22, 2026 |
Frequently asked questions
- Who maintains llmtrim?
- llmtrim is maintained by fkiene, which publishes 1 MCP server (42 total versions) tracked on MCP Toplist.
- Is llmtrim listed on the Official MCP Registry?
- Yes — llmtrim is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does llmtrim have?
- MCP Toplist tracks 42 versions of llmtrim, most recently published on Sep 8, 2026.
- Where can I find the source code for llmtrim?
- The source code for llmtrim is hosted at github.com/fkiene/llmtrim.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.