tokendiet-mcp

DukeDeSouth/tokendiet-mcp
★ 0 stars TypeScript AI/LLM Updated 2d ago
Local MCP server that compresses agent context payloads before they enter the model — with honest BPE counts and safety rollback.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tokendiet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DukeDeSouth/tokendiet-mcp"
      ]
    }
  }
}