Skip to content
Cursor

Token Diet for Cursor

io.github.evozim/token-diet

LLM token optimization gateway implementing semantic pruning.

client:Cursor transport:sse

Install Token Diet in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Token Diet in other clients