📡 MCP Radar

janwilmake/agent-codemode

Let the scripts your coding agent writes call your connected MCP servers (no extra auth)

29 stars
0 forks
TypeScript
momentum ▲ 58.0
created 2026-08-18
on radar since 2026-08-19
star trend 17 → 29 since 2026-08-19
agentsai-agentsclaude-codeclicodegencodemodemcpmodel-context-protocoloauthtypescript
View on GitHub ↗Homepage ↗

About agent-codemode

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.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/janwilmake--agent-codemode.html)

Related MCP servers

Cripacx/mediagen

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.

⭐ 56TypeScript
Helter5/agentbridge

Universal Skill & MCP Sync Engine for AI Coding Agents (Antigravity, Claude Code, Codex)

⭐ 5TypeScript
illodev/workfile

Repository-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

⭐ 3TypeScript
LilithGames/a2wave

Turn 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.

⭐ 18TypeScript
howznguyen/pi-delegate-mcp

MCP 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.

⭐ 13TypeScript
pranee54/AgentDoctor

Local CLI that audits coding-agent configuration for security, instructions, context, and MCP — no API key or code upload by default.

⭐ 10TypeScript

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.