Open-Source MCP Server Outsources Chores to Cheaper Models
GeneralYesiller · reddit · 2026-07-17
The author open-sourced opencode-delegate-mcp, an MCP server for Claude Code / Codex that delegates mechanical tasks to cheaper or even free models.
Core Concept
- The main agent retains architectural decisions, complex bug fixes, and expensive modifications.
- delegatetask / delegatetests are used to assign boilerplate, repetitive edits, testing, and lint/type fixes to sub-agents.
- Sub-agents directly read/write files in the repository, run commands, and return results, session ids, token consumption, and changes made.
Usage & Status
- Models/providers can be switched at runtime without redeployment.
- The project supports zero-registration trials, and the author provides installation scripts and a web configurator.
- Currently an early release (v0.2.x), it is a personal side project under the MIT license, and feedback/issues are welcome.
More from coding & agent
- Coding agents are heading toward an AI-writes, AI-reviews, human-approves workflow — aftahi_ai · 2026-07-22
- oMLX 0.5.2 adds Mac menu-bar stats, low-bit decode kernels, and faster downloads — awnihannun · 2026-07-22
- GitHub review bot hits its PR limit and forces a 39-minute cooldown — DanielLockyer · 2026-07-22
- Max reasoning effort appears to be mobile-only in Codex Remote, not desktop — GabGarrett · 2026-07-22
- A Reddit demo argues online stores should expose carts and pricing through MCP — gelembjuk · 2026-07-22
- Open-source AI SDK provider routes Vercel apps through a local Codex subscription — lgrammel · 2026-07-22