Skip to content
Back to search
30
MCP sse

Token Diet

io.github.evozim/token-diet

LLM token optimization gateway implementing semantic pruning.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

TokenBurn-Optimizer
LLM query cost optimizer minimizing context waste.
0 tools · sse
Token Economist
Estimates LLM token costs and compresses prompts before execution.
0 tools
TokenCost
LLM pricing oracle for model lookup, cost estimation, and comparison via LiteLLM.
0 tools
Semantic Frame
Token-efficient semantic compression for numerical data
0 tools
openprune
Open-source CLI to minimize LLM token usage via smart code context extraction
0 tools
ontomics
Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.
0 tools

How to use

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

{
  "mcpServers": {
    "token_diet": {
      "url": "https://token-diet-mcp.vercel.app/api/mcp",
      "transport": "sse"
    }
  }
}