SZ84.NET
Back to List
OfficialDevOpsJFrog

JFrog MCP

The official JFrog MCP server provides integration with JFrog Artifactory and the JFrog Platform. It allows AI models to manage software artifacts, search repositories, and automate DevOps workflows. This tool is essential for teams using JFrog for their software supply chain and looking to enhance their CI/CD processes through AI.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "jfrog": {
      "command": "npx",
      "args": [
        "-y",
        "@jfrog/mcp-server"
      ],
      "env": {
        "JFROG_URL": "https://your-org.jfrog.io",
        "JFROG_USER": "your-email",
        "JFROG_API_KEY": "your-api-key"
      }
    }
  }
}

Key Features

Search and list artifacts in JFrog Artifactory

Retrieve repository metadata and configurations

Manage build information and lifecycles

Integration with JFrog Xray for security scanning

Server Details

The official JFrog MCP server provides integration with JFrog Artifactory and the JFrog Platform. It allows AI models to manage software artifacts, search repositories, and automate DevOps workflows. This tool is essential for teams using JFrog for their software supply chain and looking to enhance their CI/CD processes through AI.

Pricing

free

Tags

OfficialDevOpsJFrog

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository