jfrog-mcp-management

jfrog-mcp-management is a skill for Claude Code, Codex from jfrog/claude-plugin. It costs 146 tokens per session (6,247 once invoked), scanned B, a copy of jfrog-mcp-management, Apache-2.0.

A skill for installing, listing, and removing MCP servers through JFrog Agent Guard, an approved gateway for managing these integrations.

In plain words
What is it for?
It helps discover allowed MCP servers, read the correct harness configuration, install or remove servers, and verify their status.
Why use it?
It keeps MCP installation within the approved catalog and prevents falling back to ungoverned installation methods when setup fails.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Part of the jfrog plugin — 7 skills, 4 hooks, 1 MCP server shipped together

Good fit It helps discover allowed MCP servers, read the correct harness configuration, install or remove servers, and verify their status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jfrog/claude-plugin/jfrog-mcp-management
Install

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.

Any agent
npx skills add jfrog/claude-plugin --skill jfrog-mcp-management
Clone the repo
git clone --depth 1 https://github.com/jfrog/claude-plugin

Made for: Claude Code, Codex.

Or install jfrog, the plugin that ships this one along with the rest of its 7 skills, 4 hooks, 1 MCP server.

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

agentmods badge for jfrog-mcp-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/jfrog/claude-plugin/jfrog-mcp-management.svg)](https://agentmods.dev/skills/jfrog/claude-plugin/jfrog-mcp-management)
Your own site
<a href="https://agentmods.dev/skills/jfrog/claude-plugin/jfrog-mcp-management"><img src="https://agentmods.dev/badge/skills/jfrog/claude-plugin/jfrog-mcp-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 146 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,247 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00146 $0.06247
Opus 5 $0.00073 $0.03123
Sonnet 5 $0.00029 $0.01249
Haiku 4.5 $0.00015 $0.00625

Measured 5d ago against content hash 4e9e0cf72635, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

jfrog-mcp-management scanned grade B with 2 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/jfrog-agent-guard-check.mjs, scripts/jfrog-agent-guard-env-probe.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

`~/.codex/config.toml`, OpenCode `~/.config/opencode/opencode.json`) and treat

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl/Python, no direct JFrog API calls:
Origin

This is a copy

89% identical to jfrog-mcp-management — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/jfrog-mcp-management/SKILL.md · 486 lines

How it starts

The opening of the file, as written. The whole thing — 486 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Manage MCP servers via the JFrog Agent Guard

Install, list, and remove MCP servers. When Agent Guard is on (see Step 0), do that only through the Agent Guard — ignore other install commands from an MCP's docs.

On a non-zero Agent Guard exit, classify stderr per key-rules — do not treat a bare 404 as “MCP missing.” If Agent Guard is enabled, a hard stop means: do not fall back to the usual MCP install routes that skip the approved catalog and Agent Guard as the MCP proxy.

In code examples below, <skill_path> refers to this skill's directory and is resolved automatically by the agent. If the agent does not resolve it, determine the path by locating this SKILL.md file and using its parent directory.

Runtime requirement

Node.js on PATH — node runs the Step 0 check, npx runs @jfrog/agent-guard.

Step 0: Agent Guard activation (silent, mandatory)

Before anything else, run this check and WAIT for its exit code. Do not narrate it. Do not reuse a result from an earlier turn in this session.

node "<skill_path>/scripts/jfrog-agent-guard-check.mjs"

Request network access for this command.

This script only: optional positional <SERVER_ID> = a jf config server id (e.g. from jf config show). Nothing else.

  • NEVER pass --server, --project, --mcp, or any other flags to this script.
  • NEVER pass an MCP package name (e.g. kubernetes-mcp-server, @scope/pkg).
  • NEVER pass a URL (https://…).
  • NEVER derive <SERVER_ID> by parsing a hostname out of JFROG_URL / JF_URL (e.g. taking myco.jfrog.io from JFROG_URL=https://myco.jfrog.io). If jf config show legitimately names a server myco.jfrog.io, that is fine — the ban is on deriving the id from the URL, not on hostname-shaped values from jf config itself.
  • Substitute the real jf server id for <SERVER_ID> — never a literal [...] or <SERVER_ID>. Any unsupported or unknown argument stops the gate (Unknown: …); it is NOT silently ignored and does NOT fall back to env credentials or the default jf server. In a multi-JPD setup that fallback would report the wrong platform.

Read the full file on GitHub · 486 lines

Changes

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.

  1. 5d ago Changed · +38 lines 4e9e0cf72635
  2. 7d ago First seen · 448 lines · 146 tokens per session scan B 5dba582ff315

Subscribe to this mod's changes

jfrog-mcp-management is a skill published in the GitHub repository jfrog/claude-plugin (6 stars, last pushed today), licensed Apache-2.0. It adds 146 tokens to every session and 6,247 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 2 findings (reads agent configuration directories, makes network calls). It is 89% identical to jfrog-mcp-management, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens