Back to Catalog

JFrog

jfrog/mcp-jfrog
TypeScript
Development

Official JFrog MCP server that enables AI assistants to interact with the JFrog Platform. Supports repository management, build tracking, runtime monitoring, artifact searching, package intelligence, and Xray security scanning.

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:0
👥 Contributors:1
📋 Total Issues:0
📦 Has Releases:Yes
🔧 Has CI/CD Pipeline:Yes
Configuration Needed
Help improve this catalog by contributing configuration information

We don't have configuration information for this MCP server yet.

Suggest Configuration
README.md

JFrog MCP Server

The official JFrog MCP server provides tools for interacting with the JFrog Platform through AI assistants.

Features

  • Repository Management: Create and manage local, remote, and virtual repositories
  • Build Tracking: List and inspect build information
  • Runtime Monitoring: Monitor runtime clusters and running container images
  • Artifact Search: Execute AQL queries to find artifacts
  • Package Intelligence: Get package info, versions, and vulnerability data
  • Security Scanning: Access Xray scan summaries organized by severity
  • Curation: Check package curation status

Environment Variables

  • JFROG_ACCESS_TOKEN: JFrog access or identity token for authentication (required)
  • JFROG_URL: Base URL for your JFrog platform instance (required)
  • TRANSPORT: Transport mode - 'stdio' (default) or 'sse'
  • PORT: Port for SSE transport (default: 8080)