Let the scripts your coding agent writes call your connected MCP servers (no extra auth)
Code mode for the coding agent you already run — 40 tool calls in, 1 script out.
Your coding agent has already logged into every MCP server you use. This lets it stop calling them one tool at a time and write a script instead.
One real prompt — fetch every In Progress Linear ticket with its full body and count how many times "mcp" appears — measured both ways against a live workspace of 39 tickets:
into the model round trips --- --- --- as tool calls 262,159 chars (~65,500 tokens) 40, in sequence as one script 903 chars (~226 tokens) 1
290× less into context, 99.66% saved — and that is the floor, because in a tool-call loop those 262,159 characters are re-read on every subsequent turn, while the script pays once.
The round-trip column is the one you feel. Forty sequential calls each wait for a model to decide what to ask next; the script makes the same forty requests without stopping to think between them, so it finishes in the time the tool-call version spends on its first few.
And the answer is exact. Counting occurrences across 262,159 characters by reading them is something a model does approximately — the tool-call path would spend the 65,500 tokens and still be liable to return a wrong number.
Character counts are exact; token figures use the rough four-characters-per-token heuristic. Your own numbers will differ with your data — the ratio is the durable part.
The first user is the coding agent itself. Ask it to reconcile two trackers today and it does twenty tool calls, paying for every intermediate result twice — once into the model, once back out — and burn
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/janwilmake--agent-codemode.html)
AI image and video generation skill for Claude Code and other coding agents — Gemini, OpenAI and Kie AI behind one CLI and MCP server, with EU AI Act content marking.
Helter5/agentbridgeUniversal Skill & MCP Sync Engine for AI Coding Agents (Antigravity, Claude Code, Codex)
illodev/workfileRepository-native Work, Docs, History and durable Memory for humans and AI agents — Markdown as the source of truth, with a local UI, CLI and MCP server
LilithGames/a2waveTurn the agent CLIs you already use into shared services your whole team can call. Natural-language-driven agent orchestration for Claude Code, Cursor Agent, and OpenAI Codex.
howznguyen/pi-delegate-mcpMCP server that turns the pi coding agent into a steerable background worker: delegate a task, redirect it mid-run, and keep its context out of your own.
pranee54/AgentDoctorLocal CLI that audits coding-agent configuration for security, instructions, context, and MCP — no API key or code upload by default.
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.