Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/jgravelle/jcodemunch-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/jgravelle/jcodemunch-mcp/marketplace)<a href="https://agentmods.dev/plugins/jgravelle/jcodemunch-mcp/marketplace"><img src="https://agentmods.dev/badge/plugins/jgravelle/jcodemunch-mcp/marketplace/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/plugins/jgravelle/jcodemunch-mcp/marketplace"><img src="https://agentmods.dev/badge/plugins/jgravelle/jcodemunch-mcp/marketplace.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
jmunch marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
The plugins it lists here
This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.
What ships with it
1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 57 lines scan A 4a6d9d1e12e5
jmunch marketplace is a plugin published in the GitHub repository jgravelle/jcodemunch-mcp (2,672 stars, last pushed today), with no licence file. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other plugins, from other repositories
token-pilot
Saves 60-90% tokens on AI code reading. AST-aware lazy reads, symbol navigation, findusages, structural git diff/log, edit-safety guard, Task-routing matcher, cross-session telemetry (errors + diagnostics), 25 tp- subagents tiered to haiku/sonnet/opus with budget watchdog.
roam-code
Local codebase intelligence + change-safety gates for coding agents. REQUIRES Python 3.10+ and pip install roam-code first — this plugin launches the roam binary from your PATH, and its MCP server cannot start without it. Pre-indexes your repo's symbols, call graph, deps, and git history into SQLite (28 languages.
mako-ai
Project intelligence skills for Claude Code. Teaches Claude when to use Mako's MCP tools (context packets, code and schema search, diagnostics, RLS audits) instead of grep-walking the repo.
sipcode
Token-economy observatory for Claude Code: forensic per-session audit, A/B savings verifier, reproducible benchmark, and cost prediction — directly in Claude chat. Auto-installs via npx on first use; no separate npm install required.
frigg-first-code-search
Route code discovery, search, navigation, and bounded source reads through Frigg's local MCP service instead of shell grep/find/cat.
python-clang-mcp
C/C++ code introspection via libclang — fills gaps that clangd-via-LSP cannot expose (macro expansion at use-site, record layout, predicate-based AST queries, bitfield audits, attribute audits, call-site argument patterns).