MCP Server for JFrog, providing tools for development and artifact management.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-jfrog-jfrog-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Model Context Protocol (MCP) connects AI systems with external tools, data, and services using a standardized, lightweight interface. JFrog MCP Server empowers developers, bringing the advanced capabilities of the JFrog platform to the development environment. JFrog MCP Server integrates in IDEs and coding assistants such as Copilot or Cursor to respond to natural-language AI queries with rich, actionable information from the JFrog platform.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.jfrog/jfrog-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Model Context Protocol (MCP) connects AI systems with external tools, data, and services using a standardized, lightweight interface.
JFrog MCP Server empowers developers, bringing the advanced capabilities of the JFrog platform to the development environment. JFrog MCP Server integrates in IDEs and coding assistants such as Copilot or Cursor to respond to natural-language AI queries with rich, actionable information from the JFrog platform.
Among the capabilities you can access with direct, friendly AI interactions:
Use these resources and real-time information for various use cases. For example:
And much more.
Remote Server Implementation: The JFrog MCP Server is maintained on the JFrog Cloud, and the tools it provides to the client are constantly updated - you automatically get new features and improvements as they are released.
You connect to the JFrog MCP server using OAuth for authentication. This eliminates the need to manage API keys, and no installation or upgrade is required after you enable the implementation.
The JFrog MCP Server is available to JFrog users with a Cloud (SaaS) subscription.
1. An Admin user must enable the JFrog MCP Server on a JPD in the subscription.
2. You can then add the JFrog MCP Server to an MCP client
3. Save the configuration file.
4. Restart or refresh your MCP client. An OAuth window opens in your browser.
5. Follow the prompts to authorize your MCP client to access the JFrog MCP Server.
The following example shows MCP Server definition in Visual Studio Code:
{
"mcp":
"servers": {
"jfrog":
"url":"https://<JFROG_PLATFORM_URL>/mcp"
}
}
The following example shows MCP Server definition in Cursor:
{
"mcpServers": {
"jfrog": {
"url":"https://<JFROG_PLATFORM_URL>/mcp"
}
}
}