Install JFrog Agent Plugin for Claude Code
How to install the JFrog Agent Plugin for Claude Code
The JFrog Agent Plugin for Claude Code enables your Claude Code IDE to access JFrog repositories, artifact management, and governance policies—letting your AI assistant understand your infrastructure and assist with compliance-aware development.
To install the JFrog Agent Plugin for Claude Code:
Prerequisites
-
Claude Code installed, and available.
-
JFrog host URL and access token— Your JFrog platform URL and a valid access token. For how the Agent Guard resolves these credentials, see Configuration Precedence.
-
Node.js(≥ 14) — with
npxon yourPATH(used by the Agent Guard hook) -
Skill runtime requirements —
jfCLI,jq, andcurlonPATH, plus a configured JFrog instance. For the minimum versions, see the upstream skills Requirements. For more information, see Configure the CLI withjf config add -
Marketplace Sync: Ensure the Claude Plugins Official Marketplace is updated by running (in Claude):
/plugin marketplace update claude-plugins-official
Install JFrog Agent Plugin for Claude Code
Install using one of the following methods:
Using `install` command
- Installation: In your terminal, run:
claude plugin install jfrog- Verification: Verify under
/pluginsInstalled tab to confirm you are running version 0.1.1 or higher for the JFrog Agent Plugin.
By cloning from github
Another possibility is locally cloning the plugin and installing it from a local directory:
git clone https://github.com/jfrog/claude-plugin
claude --plugin-dir ./claude-plugin
Frequently Asked Questions
FAQs
Q: What happens if the plugin installation fails?
A: First, ensure the Claude Plugins Official Marketplace is synced by running /plugin marketplace update claude-plugins-official in Claude Code. If the issue persists, verify you're running the latest version of Claude Code (claude --version) and try reinstalling with claude plugin uninstall jfrog followed by claude plugin install jfrog.
If installation fails with errors about SSH, port 22, or GitHub connectivity—or hangs while reaching GitHub—your network may block SSH to GitHub. Set CLAUDE_CODE_PLUGIN_PREFER_HTTPS=1 before installing (Claude Code v2.1.144+), or configure Git to use HTTPS for GitHub. See Plugin Installation Fails: SSH to GitHub Blocked for full symptoms and step-by-step fixes.
Q: How do I verify the plugin installed correctly?
A: Open /plugins in Claude Code, select the Installed tab, and confirm the JFrog Agent Plugin version is 0.1.1 or higher. You should be able to access JFrog MCP Registry capabilities in your Claude Code assistant.
Q: Can I use the plugin with Claude Code on the web?
A: The JFrog Agent Plugin requires installation through Claude Code CLI, Desktop App, or IDE extensions (VS Code and JetBrains). The web version at claude.ai/code does not independently support plugin installation, but you can access installed plugins through your primary Claude Code setup.
Related Topics:
Using the MCP Registry with Agent Guard
Updated 6 days ago
