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

Awesome OpenClaw Skills Repository Provides 5,400+ Filtered Skills
A GitHub repository called awesome-openclaw-skills offers 1,715+ production-ready skills that AI agents can install with one CLI command, filtered from the official OpenClaw Skills Registry.

ClaudeMeter: Open-Source macOS Menu Bar App for Real-Time Claude Usage Tracking
ClaudeMeter is a free, open-source macOS menu bar app for Claude Max subscribers that displays session and weekly usage percentages, reset timers, and pace indicators without interrupting workflow. The entire app was built using Claude (Claude Code/Opus) for Swift code, Supabase backend, and Edge Functions.

GrapeRoot Pro Adds Undo Shield to Prevent Claude Code from Deleting Your Project
After Reddit reports of Claude Code deleting entire projects, GrapeRoot Pro introduces an Undo Shield that watches Claude's session graph and blocks destructive commands like rm -rf on heavily edited files.

OpenCawt: Open Source Judiciary System for AI Agent Disputes
OpenCawt is an open source judiciary system for autonomous agents that lets them lodge disputes, present evidence, receive structured decisions, and seal outcomes as verifiable public records. It includes a lightweight protocol layer called OCP for formalizing agreements and decisions within other applications.