JFrog Remote MCP Server
OfficialProvides tools for managing JFrog platform resources (projects, repositories), discovering artifacts and builds via AQL, accessing package catalog and curation information, and monitoring Xray security summaries and policy violations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@JFrog Remote MCP ServerWhat are the security violations for artifact jfrog-client:1.0.0?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
JFrog Remote MCP Server
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. The JFrog MCP Server integrates with IDEs and AI coding assistants such as VS Code, Cursor, Claude, Kiro, and Codex 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:
Resource Management: Create and view projects, repositories, and other JFrog components.
Artifact & Build Discovery: Find packages and their versions, locate where artifacts are stored, and search builds using AQL.
Catalog and Curation: Access package information, versions, and vulnerabilities, and check curation status.
Security Monitoring: Get Xray security summaries and policy violations for artifacts, check an artifact's scan/indexing status, and trace every resource impacted by a specific CVE or package.
Use these resources and real-time information for various use cases. For example:
Ensure that only approved packages are used by developers during coding.
Query the JFrog Catalog about OSS package versions, changes in reported vulnerabilities, and license requirements.
Track and manage JFrog Projects and artifacts.
And much more. See the full tool reference for everything the server exposes.
Note: The JFrog MCP Server is now generally available (GA) on JFrog Cloud (SaaS). The self-managed server is in Beta. Individual tools marked Beta in the tool reference are experimental and must be enabled for your environment.
Remote Server Implementation
The JFrog MCP Server is hosted on JFrog Cloud, and the tools it provides to the client are continuously updated — you automatically get new features and improvements as they are released, with no installation or upgrade required on the client side.
You connect to the JFrog MCP Server using OAuth for authentication. This eliminates the need to manage API keys.
Note: Because this is a remote server, the tool set evolves on the server. The
TOOLS.mdreference reflects the current tool surface.
Related MCP server: GitLab MCP Server
Set up the JFrog MCP Server
The JFrog Remote MCP Server is generally available (GA) to JFrog users with a Cloud (SaaS) subscription.
Subscription information: Supported on the Cloud (SaaS) and Self-Managed platforms for all licenses.
Self-Managed (Beta): A self-managed JFrog MCP Server is also available. See MCP Server Installation for Helm and Docker Compose deployment.
An Admin user must enable the JFrog MCP Server on a JPD in the subscription.
You can then add the JFrog MCP Server to an MCP client.
Save the configuration file.
Restart or refresh your MCP client. An OAuth window opens in your browser.
Follow the prompts to authorize your MCP client to access the JFrog MCP Server.
In the examples below, replace <JFROG_PLATFORM_URL> with your JFrog platform URL (for example, https://mycompany.jfrog.io).
Visual Studio Code
{
"mcp": {
"servers": {
"jfrog": {
"url": "https://<JFROG_PLATFORM_URL>/mcp"
}
}
}
}Cursor
{
"mcpServers": {
"jfrog": {
"url": "https://<JFROG_PLATFORM_URL>/mcp"
}
}
}For more MCP clients (Kiro, Claude, Codex, and others), see Add the JFrog MCP Server to an MCP client.
Tools
The server exposes over 100 tools across Access, Artifactory, Security, Curation, Distribution, Grid, Workers, OneModel, Event, Evidence, and AppTrust.
See the full reference in TOOLS.md.
Documentation
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
- mcpOAuthcom.vibgrate
Query your team's drift, vulnerability, and upgrade data from any AI assistant. OAuth 2.1, 51 tools.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConnects Jira projects to AI assistants, enabling natural language queries to view, search, and filter stories with real-time access to descriptions, comments, status, and metadata without leaving your development environment.98Apache 2.0
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to GitLab projects, enabling natural language queries for merge requests, code reviews, pipeline status, test reports, and discussion management.-
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to GitLab projects, enabling natural language queries for merge requests, code reviews, test results, pipeline status, and discussion management.-
- FlicenseNot gradedqualityNot gradedmaintenanceConnects AI assistants to GitLab projects, enabling natural language queries for merge requests, code reviews, pipeline status, test reports, and discussions.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jfrog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server