mcp-jfrog
88
The JFrog MCP Server is an experimental Model Context Protocol for the JFrog Platform API. It supports functionalities such as repository management, build tracking, and runtime monitoring, aiming to enhance JFrog's platform capabilities.
What is the JFrog MCP Server?
The JFrog MCP Server is an experimental server for the JFrog Platform API, enabling repository management, build tracking, and more.
Is the JFrog MCP Server officially supported by JFrog?
No, it is an experimental project and not officially supported or verified by JFrog.
What are the prerequisites for using the JFrog MCP Server?
You need Node.js v18 or higher, Docker, and a valid JFrog platform instance with appropriate permissions.
How can I install the JFrog MCP Server?
You can install it via Smithery using the command: npx -y @smithery/cli install @jfrog/mcp-jfrog --client claude
.
What environment variables are required for the JFrog MCP Server?
You need to set JFROG_ACCESS_TOKEN
and JFROG_URL
as environment variables.