Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JFROG_URLNoThe JFrog or Artifactory base URL (e.g., https://example.jfrog.io or https://example.jfrog.io/artifactory).
JFROG_CA_BUNDLENoPath to a custom CA bundle file for SSL verification.
JFROG_LOG_LEVELNoLogging level (e.g., DEBUG, INFO, WARNING, ERROR).INFO
JFROG_MAX_DEPTHNoMaximum directory depth for tree and path listing.5
JFROG_TRUST_ENVNoWhether to trust proxy environment variables (HTTP_PROXY, HTTPS_PROXY).false
JFROG_VERIFY_SSLNoWhether to verify SSL certificates.true
JFROG_ACCESS_TOKENNoDirect JFrog access token. Takes priority over JFROG_ACCESS_TOKEN_FILE when both are set.
JFROG_MAX_AQL_LIMITNoMaximum limit for AQL queries.500
JFROG_MAX_PAGE_SIZENoMaximum allowed page size.200
JFROG_MCP_TRANSPORTNoTransport mode: 'stdio' or 'streamable-http'.stdio
JFROG_ACCESS_TOKEN_FILENoPath to a file containing the JFrog access token.
JFROG_CACHE_TTL_SECONDSNoCache TTL in seconds.60
JFROG_DEFAULT_PAGE_SIZENoDefault page size for paginated results.50
JFROG_REQUEST_TIMEOUT_SECONDSNoRequest timeout in seconds.20

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jfrog_pingA

Check JFrog URL and token authentication without returning secrets.

jfrog_capabilitiesA

Describe JFrog MCP limits, compatibility behavior, and enabled features.

jfrog_list_repositoriesA

List JFrog repositories with optional filters and cursor pagination.

jfrog_list_pathB

List files and folders under one JFrog repository path.

jfrog_get_item_infoB

Get metadata for one JFrog file or folder.

jfrog_get_item_propertiesA

Get properties for one JFrog file or folder.

jfrog_get_item_statsB

Get download statistics for one JFrog file or folder.

jfrog_get_treeB

Get a bounded file/folder tree using storage metadata traversal.

jfrog_find_filesB

Find files with generic filters and response shaping.

jfrog_latest_filesB

Find latest files by client-side modified timestamp sorting.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
jfrog_repositoriesList JFrog repositories.

Latest Blog Posts

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/mSaeedS/jfrog-mcp'

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