Token efficiency: tools for developers

Tools that reduce token costs, compress context or cache LLM requests. An entry can appear under several use cases when its topics or description provide several explicit signals.

Use case

Activity

Sort by

88 entries in this view.

Tool ranking

Ranked by measured growth, normalized across sources. Raw values keep their source-specific window, shown under each tool; a change requires at least two snapshots from the last 7 days.

  1. 1

    Agent
    Active

    Control plane for AI coding agents: route tasks, reduce token spend, run multi-agent workflows, fallback executors, and track cost per task.

    githubmeasured growthOpen source ↗

    16GitHub starsstable
  2. 2
    Active

    Statically audits MCP tool surfaces for token cost, schema quality, and design issues.

    mcpmeasured growthOpen source ↗

    Remote server, to be declared in the MCP configuration https://mcplint-web.vercel.app/api/mcp

    0GitHub starsstable
  3. 3
    Active

    Measure and shrink the token cost of Claude Code skills, tier by tier: the always-on system-prompt tax, the per-invocation body, and on-demand references, each priced at the rate it is actually billed.

    githubmeasured growthOpen source ↗

    1GitHub starsstable
  4. 4
    Dormant

    SpiderBrain v3 is a multi-platform skill/framework to reduce token usage and AI hallucinations across Claude, Cursor, and other AI tools.

    githubmeasured growthOpen source ↗

    Install git clone https://github.com/abhishek-performdigital/Spiderbrain-V3 ~/.claude/skills/Spiderbrain-V3

    65GitHub starsstable
  5. 5

    Skill
    Active

    Freeze Claude Code's prompt prefix so DeepSeek's automatic cache always hits — alignment proxy + coalescing + keepalive, installable as a CC plugin. Measured 64% cheaper on real Claude Code traffic.

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add jianzhichun/permafrost

    21GitHub starsstable
  6. 6
    Active

    Usage-aware status line for Claude Code: session & weekly rate-limit gauges with reset countdowns and a precise context-window meter, plus tokens, git & weather. Template-driven and extensible — set it up by chatting with Claude or via a…

    githubmeasured growthOpen source ↗

    1GitHub starsstable
  7. 7

    Skill
    Active

    Local-first memory and prompt-cache layer for Claude Code

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add riz007/somtum

    7GitHub starsstable
  8. 8

    Skill
    Dormant

    Drop-in Cursor rules to cut AI response tokens (no filler/hedging, preserve code + technical strings). Includes local, reproducible benchmarks.

    githubmeasured growthOpen source ↗

    Install git clone https://github.com/marcomondelli/bonsai ~/.claude/skills/bonsai

    0GitHub starsstable
  9. 9
    Active

    Token cost math for LLM API calls: verified per-1M-token rates for 69 models, 17 providers.

    mcpmeasured growthOpen source ↗

    Install claude mcp add comparedge-llm-cost -- npx @comparedge/llm-cost-mcp

    2GitHub starsstable
  10. 10
    Active

    A MCP that turns PDFs into structured text, tables, figures, metadata, annotations, and page-level evidence for selective retrieval by MCP-compatible AI agents. Improves the information quality AI agents receive while also reducing token…

    githubmeasured growthOpen source ↗

    17GitHub starsstable
  11. 11
    Active

    Cut vision-LLM token costs by snapping images to tile boundaries — Claude, GPT, Gemini, Llama, Qwen

    mcpmeasured growthOpen source ↗

    Install claude mcp add vision-squeezer -- npx vision-squeezer

    2GitHub starsstable
  12. 12

    Skill
    Active

    Own your LLM's web search: a local search->fetch->rank pipeline that replaces hosted web-search tools. Measured: matches hosted accuracy at 66% lower cost and up to 88% fewer tokens, plus a precision-tuned semantic caching with…

    githubmeasured growthOpen source ↗

    Install git clone https://github.com/firish/webfetch ~/.claude/skills/webfetch

    55GitHub starsstable
  13. 13

    Skill
    Active

    mcp-recall compresses MCP tool outputs (94 KB → 3.5 KB · 96%) and stores full results in SQLite for retrieval — up to 30x more tool calls per session for heavy MCP workloads.

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add sakebomb/mcp-recall

    8GitHub starsstable
  14. 14
    Active

    Context GC for LLM agents: offload large tool outputs and recall them to save tokens.

    mcpmeasured growthOpen source ↗

    Install claude mcp add lethe -- uvx lethe-llm-context

    0GitHub starsstable
  15. 15

    Agent
    Active

    Agent context compressor and memory persistent orchestration

    githubmeasured growthOpen source ↗

    2GitHub starsstable
  16. 16

    Skill
    Active

    Claude Code skills for developers who code like cats — never more effort than the problem requires.

    githubmeasured growthOpen source ↗

    Install git clone https://github.com/albertobarnabo/lazy-cat ~/.claude/skills/lazy-cat

    50GitHub starsstable
  17. 17
    Dormant

    DAG-based Lossless Context Management for Claude Code. Every message preserved, summaries cascade as a DAG, patterns extracted via Lossless Dream — full recall and reflection across sessions.

    githubmeasured growthOpen source ↗

    15GitHub starsstable
  18. 18

    Skill
    Active

    Token-efficient Claude Code workspace with parallel agents and persistent memory. Research → Plan → Implement → Validate workflow.

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add coalesce-labs/catalyst

    20GitHub starsstable
  19. 19
    Active

    Claude Code skill: reduce token usage 60-80% — targeted reads, model switching, context management. One-line install.

    githubmeasured growthOpen source ↗

    2GitHub starsstable
  20. 20
    Active

    Verifies token/cost savings claimed by AI context-reduction proxies via MCP tools.

    mcpmeasured growthOpen source ↗

    Install claude mcp add tokentrust -- uvx tokentrust-cli

    0GitHub starsstable
  21. 21
    Active

    Reversible context compression for AI agents: cut token usage up to 94%, originals retrievable

    mcpmeasured growthOpen source ↗

    Install claude mcp add token_optimizer -- uvx slimctx

    1GitHub starsstable
  22. 22
    Active

    Turn your strongest model into a conductor: route each step to the cheapest capable model, and escalate only load-bearing pieces to a pricier reviewer that catches pitfalls early. Subscription, API, or hybrid.

    githubmeasured growthOpen source ↗

    2GitHub starsstable
  23. 23
    Dormant

    ⚡ Cut Claude token usage by 90%+ — free, open-source, local-first context compression for Claude Code. Hybrid RAG (BM25 + ONNX vectors), AST chunking, reranking. No API needed.

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add Madhan230205/token-reducer

    44GitHub starsstable
  24. 24

    Skill
    Active

    A production-ready Claude Code setup. Global CLAUDE.md, coding rules, per-project memory, and token optimization.

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add janmaaarc/basecamp

    7GitHub starsstable
  25. 25
    Active

    Claude Code skill: caveman-style token efficiency, spoken with a real Spanish regional accent

    githubmeasured growthOpen source ↗

    Install /plugin marketplace add Mun1to/SpanishCaveMan

    2GitHub starsstable