JFrog MCP Server
JSON →Interact with the JFrog Platform API for repository management, build tracking, and release lifecycle management.
Install
npx -y @smithery/cli Tools · 19
- check_jfrog_availability Check if JFrog platform is ready and functioning
- create_local_repository Create a new local repository in Artifactory
- create_remote_repository Create a new remote repository in Artifactory to proxy external package registries
- create_virtual_repository Create a new virtual repository in Artifactory that aggregates multiple repositories
- list_repositories List all repositories in Artifactory with optional filtering
- set_folder_property Set properties on a folder in Artifactory, with optional recursive application
- execute_aql_query Execute an Artifactory Query Language (AQL) query to search for artifacts, builds, or other entities in JFrog Artifactory
- list_jfrog_builds Return a list of all builds in the JFrog platform
- get_specific_build Get details for a specific build by name
- list_jfrog_runtime_clusters Return a list of all runtime clusters in the JFrog platform
- get_jfrog_runtime_specific_cluster Return a runtime cluster by ID
- list_jfrog_running_images List all running container images across runtime clusters with their security and operational status
- list_jfrog_environments Get a list of all environments types in the JFrog platform with their details
- list_jfrog_projects Get a list of all projects in the JFrog platform with their details
- get_specific_project Get detailed information about a specific project in the JFrog platform
- create_project Create a new project in the JFrog platform
- jfrog_get_package_info Get publicly available information about a software package
- jfrog_get_package_versions Get a list of versions of a publicly available package with publication dates
- jfrog_get_package_version_vulnerabilities Get a list of known vulnerabilities affecting a specific version of an open source package
Environment variables
JFROG_ACCESS_TOKENJFROG_URLACCESS_TOKENYOUR_JFROG_INSTANCE_URLYOUR_TOKEN
Links
★ 118 GitHub stars