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
Voker Launches Agent Analytics Platform with Intent/Correction/Resolution Primitives
YC S24 startup Voker launches an agent analytics platform with a lightweight SDK that automatically annotates user intents, corrections, and resolutions — providing self-service dashboards without relying on LLMs for data engineering.

Holaboss Aims to Solve Portable Local Agent Deployment
Holaboss is an open-source project that treats the AI worker as a portable artifact with per-worker workspace, local skills/apps, persistent memory, and a runtime that can be packaged separately from the desktop app. It supports local model stacks like Ollama and requires Node.js 22+ on target machines.

Publicly Hosted MCP Servers for Health, Academic, and Government Data
A developer has built and publicly hosts 14 MCP servers providing access to CDC datasets, clinical trials, FDA data, academic publications, congressional information, weather data, and other utilities. These servers require no setup, API keys, or local installation.

Open Source Claude Code Tools for Automated Bug Bounty Hunting
Three open source repositories automate the bug bounty pipeline using Claude Code. The tools handle recon, scanning for web2/web3 vulnerabilities, and generate submission-ready reports.