JFrog MCP Server (🧪 Experimental)
@jfrog
About JFrog MCP Server (🧪 Experimental)
Model Context Protocol (MCP) Server for the JFrog Platform API, enabling repository management, build tracking, release lifecycle management, and more.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-jfrog": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@jfrog/mcp-jfrog",
"--client",
"claude"
]
}
}
}Tools
16Platform readiness status
`key` (string): Repository key
Created repository details
`key` (string): Repository key
Created repository details
`key` (string): Repository key
Created repository details
`type` (optional string): Filter repositories by type (local, remote, virtual, federated, distribution)
List of repositories matching the filters
`folderPath` (string): Path to the folder where properties should be set
Operation result
`query` (string): The AQL query to execute. Must follow AQL syntax (e.g., items.find({"repo":"my-repo"}).include("name","path"))
Search results with metadata
List of builds
`buildName` (string): Name of the build to retrieve
Build details
Overview
What is JFrog MCP Server (🧪 Experimental)?
The JFrog MCP Server (Experimental) is a deprecated Model Context Protocol (MCP) server that integrates with the JFrog Platform API to enable repository management, build tracking, release lifecycle management, and other platform operations. It was originally created as an experimental project to demonstrate JFrog's capabilities with MCP and was never officially supported or verified by JFrog.
How to use JFrog MCP Server (🧪 Experimental)?
This server is deprecated and no longer maintained. Do not use this repository for new or existing integrations. Users are directed to the official JFrog MCP Server. The README does not provide installation or configuration instructions for this deprecated server; historical content is preserved for reference only.
Key features of JFrog MCP Server (🧪 Experimental)?
- Repository management: create and manage local, remote, and virtual repositories
- Build tracking: list and retrieve build information
- Runtime monitoring: view runtime clusters and running container images
- Mission Control: view associated JFrog Platform instances
- Artifact search: execute AQL queries for artifacts and builds
- Catalog and Curation: access package info, versions, vulnerabilities, curation status
- Xray: access scan artifacts summary grouped by severity per artifact
Use cases of JFrog MCP Server (🧪 Experimental)
- Automate repository creation and management in JFrog Artifactory
- Track build history and retrieve build details across projects
- Monitor runtime environments and running container images
- Perform artifact searches using AQL for security and compliance
- Check package vulnerabilities and curation status of open-source packages
FAQ from JFrog MCP
More Developer Tools MCP servers
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
Comments