Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_create_local_repository

Create a local repository in JFrog Artifactory by specifying the key, package type, and optional project or environment details for efficient artifact management.

Instructions

Create a new local repository in artifactroy

Input Schema

NameRequiredDescriptionDefault
descriptionNoRepository description
environmentsNoEnvironments to assign the repository to
keyYesthe key of the repository
packageTypeYesPackage type of the repository
projectKeyNoProject key to assign the repository to
rclassYesThe repository type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Repository description", "type": "string" }, "environments": { "description": "Environments to assign the repository to", "items": { "type": "string" }, "type": "array" }, "key": { "description": "the key of the repository", "type": "string" }, "packageType": { "description": "Package type of the repository", "enum": [ "bower", "cargo", "chef", "cocoapods", "composer", "conan", "cran", "debian", "docker", "Npm", "gems", "gitlfs", "go", "gradle", "helm", "ivy", "maven", "nuget", "opkg", "p2", "pub", "puppet", "pypi", "rpm", "sbt", "swift", "terraform", "vagrant", "yum", "generic" ], "type": "string" }, "projectKey": { "description": "Project key to assign the repository to", "type": "string" }, "rclass": { "const": "local", "description": "The repository type", "type": "string" } }, "required": [ "key", "rclass", "packageType" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jfrog/mcp-jfrog'

If you have feedback or need assistance with the MCP directory API, please join our Discord server