Add the JFrog MCP Server to an MCP Client

JFrog Integrations Documentation

Content Type
Integrations

After you define the JFrog MCP Server on a host, the host's MCP Client polls the JFrog MCP Server when it responds to AI queries related to JFrog.

To add the JFrog MCP Server to an MCP client:

  1. Verify that the JPD Platform Admin has enabled the JFrog MCP Server.

  2. Log in to an IDE or AI tool that functions as the MCP client.

  3. Use the JFrog MCP Server URL to as the Server to the MCP client.

    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"
        }
      }
    }
  4. Complete OAuth authorization as required by the client platform.

IDE and AI tools draw information from the JFrog Remote MCP Server to resolve queries.