Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_specific_project

Retrieve detailed information about a specific project in the JFrog platform using the project key. Enables access to project data for repository management, build tracking, artifact searching, and package security analysis.

Instructions

Get detailed information about a specific project in the JFrog platform

Input Schema

NameRequiredDescriptionDefault
project_keyYesThe unique key of the project to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_key": { "description": "The unique key of the project to retrieve", "type": "string" } }, "required": [ "project_key" ], "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