Add the JFrog MCP Server to an MCP Client
After your admin has enabled the JFrog MCP Server on your instance, you can configure your MCP client to connect to it.
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" } } } } -
Complete OAuth authorization as required by the client platform.
IDE and AI tools draw information from the JFrog Remote MCP Server to resolve queries.
