Add the JFrog MCP Server to an MCP Client
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:
-
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.
-
Use the JFrog MCP Server URL 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" } } } -
Complete OAuth authorization as required by the client platform.
IDE and AI tools draw information from the JFrog Remote MCP Server to resolve queries.
Updated about 2 months ago
