Offload Routine Claude Code Work to Gemma via offload-mcp MCP Server

The offload-mcp tool is an MCP server designed to let Claude offload routine work to free model APIs, specifically using Gemma via the Google GenAI API. The goal is to avoid burning expensive Claude Code or Codex context on small tasks and to bypass the performance limitations of running local models on hardware like a MacBook Air.
Key Details
- Handles: commit messages, PR summaries, translations, docstrings, source diff/file summaries, and freeform prompts.
- Freeform mode: send almost any routine prompt to a cheaper model instead of using Claude.
- Source-based mode: reads local diffs/files directly through the MCP server and reports estimated primary input tokens saved.
- Default model chain uses Gemma, but model IDs are configurable.
- Repository: https://github.com/peterhadorn/offload-mcp
The author notes they didn't find another tool on GitHub to handle this, and the API path is much more practical for small jobs than running locally.
📖 Read the full source: r/ClaudeAI
👀 See Also

Ouroboros 0.26.0-beta Combines Claude and Codex via MCP Server
Ouroboros 0.26.0-beta introduces a harness that runs Claude and Codex simultaneously, assigning Claude to clarify user intent and Codex to execute well-defined tasks via an MCP server architecture.

Open Source Dashboard Reveals Actual Claude Code Compute Costs
A developer reverse-engineered Claude Code's rate limit formula to build a local dashboard that shows real-time usage percentage, actual dollar costs, burn rate, peak hours, and which skills/hooks are firing. The tool revealed a $100/month plan consumed $13,286 in equivalent API compute in one month.

md-redline: GUI tool for reviewing and handing off markdown docs to Claude
md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.

Persistent AI Advisor with Cross-Platform Memory: Tracks Decision History for 3 Months
A Reddit user built a persistent AI advisor that remembers every product decision across Claude Code, Cursor, and a web interface, catching contradictions and improving over months.