Install JFrog Plugin for Claude Code

How to install the JFrog plugin for Claude Code

The JFrog 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 plugin for Claude Code:

Prerequisites

  • Claude Code installed, and available.

  • Marketplace Sync: Ensure the Claude Plugins Official Marketplace is updated by running (in Claude):

    /plugin marketplace update claude-plugins-official

Install JFrog Plugin for Claude Code

Install using one of the following methods:

Using `install` command
  1. Installation: In your terminal, run:
claude plugin install jfrog
  1. Verification: Verify under /plugins Installed tab to confirm you are running version 0.1.1 or higher for the JFrog 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

plusFAQs
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 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 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:

Troubleshoot Plugins

Cursor

VS Code

OpenCode

Using the MCP Registry with Agent Guard