Add the JFrog MCP Server to an MCP Client
Configure your MCP client to connect to JFrog MCP Server on the JFrog Platform so AI assistants can use JFrog tools in your IDE.
After your admin has enabled the JFrog MCP Server on your instance, you can configure your MCP client to connect to it. For host-specific notes, see Supported MCP Hosts.
How to add the JFrog MCP Server to an MCP client
-
Verify that the JPD Platform Admin has enabled the JFrog MCP Server.
-
Log in to an IDE or AI tool that functions as the MCP client.
-
Add the JFrog MCP Server endpoint to your client's MCP server configuration file. Replace
<JFROG_PLATFORM_URL>with your JPD base URL.Add the following to your
.vscode/mcp.jsonfile:{ "mcp": { "servers": { "jfrog": { "url": "<JFROG_PLATFORM_URL>/mcp" } } } }Add the following to your Cursor MCP configuration file:
{ "mcpServers": { "jfrog": { "url": "<JFROG_PLATFORM_URL>/mcp" } } }Add the following to your Kiro MCP configuration file:
{ "mcpServers": { "jfrog": { "url": "<JFROG_PLATFORM_URL>/mcp" } } }Add the following to your Claude MCP configuration file:
{ "mcpServers": { "jfrog": { "type": "http", "url": "<JFROG_PLATFORM_URL>/mcp" } } }Add the following to your Codex MCP configuration file:
{ "mcpServers": { "jfrog": { "url": "<JFROG_PLATFORM_URL>/mcp" } } }Where:
<JFROG_PLATFORM_URL>: Your JFrog Platform Deployment (JPD) base URL, without a trailing slash
For example:
{ "mcpServers": { "jfrog": { "url": "https://company.jfrog.io/mcp" } } } -
Complete OAuth authorization as required by the client platform.
IDE and AI tools draw information from the JFrog Remote MCP Server to resolve queries. After you connect, you can use the tools documented in JFrog MCP Server Tools.
Frequently Asked Questions
This section provides answers to frequently asked questions about connecting an MCP client to JFrog MCP Server.
FAQs
Q: How do I add JFrog MCP Server to my IDE or AI client?
A: Confirm the server is enabled, add the MCP endpoint URL to your client config, then complete OAuth. Use the steps in How to add the JFrog MCP Server to an MCP client.
Q: What do I need before I configure an MCP client?
A: A Platform Admin must already have enabled the JFrog MCP Server, and you need your JPD base URL for the /mcp endpoint.
Q: Can I also use Beta tools after I connect my client?
A: Yes, if a Platform Admin has enabled Beta tools for the environment. See Beta Tools and Manage the JFrog MCP Server.
Related Topics
- Enable the JFrog MCP Server
- Supported MCP Hosts
- JFrog MCP Server Tools
- JFrog MCP Server for SaaS
- Beta Tools
Updated about 2 months ago
