jfrog-mcp-server
MCP Server for JFrog, providing tools for development and artifact management.
可用工具 (5 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
tavily_search 14 个参数 需填 1 项
Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.
必填参数:query
tavily_extract 6 个参数 需填 1 项
Extract content from URLs. Returns raw page content in markdown or text format.
必填参数:urls
tavily_crawl 11 个参数 需填 1 项
Crawl a website starting from a URL. Extracts content from pages with configurable depth and breadth.
必填参数:url
tavily_map 8 个参数 需填 1 项
Map a website's structure. Returns a list of URLs found starting from the base URL.
必填参数:url
tavily_research 2 个参数 需填 1 项
Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources to answer a question or complete a task. Returns a detailed response based on the research findings.
必填参数:input
服务介绍
JFrog Remote MCP Server
The Model Context Protocol (MCP) connects AI systems with external tools, data, and services using a standardized, lightweight interface.
JFrog MCP Server empowers developers, bringing the advanced capabilities of the JFrog platform to the development environment. JFrog MCP Server integrates in IDEs and coding assistants such as Copilot or Cursor to respond to natural-language AI queries with rich, actionable information from the JFrog platform.
Among the capabilities you can access with direct, friendly AI interactions:
- Resource Management: Create and view projects, repositories, and other JFrog components.
- Artifact Search: Execute powerful AQL queries to search for artifacts used within your organization.
- Catalog and Curation: Access package information, versions, vulnerabilities, and check curation status
- Security Monitoring: generate real-time DevSecOps reports on critical CVEs, severity and applicability of vulnerabilities.
Use these resources and real-time information for various use cases. For example:
- Ensure that only approved packages are used by developers during coding
- Query JFrog Catalog about OSS package versions, changes in reported vulnerabilities, and license requirements
- Track and manage JFrog Projects and artifacts
And much more.
Remote Server Implementation: The JFrog MCP Server is maintained on the JFrog Cloud, and the tools it provides to the client are constantly updated - you automatically get new features and improvements as they are released.
You connect to the JFrog MCP server using OAuth for authentication. This eliminates the need to manage API keys, and no installation or upgrade is required after you enable the implementation.
# Set up JFrog MCP Server
The JFrog MCP Server is available to JFrog users with a Cloud (SaaS) subscription.
1. An Admin user must enable the JFrog MCP Server on a JPD in the subscription.
2. You can then add the JFrog MCP Server to an MCP client
3. Save the configuration file.
4. Restart or refresh your MCP client. An OAuth window opens in your browser.
5. Follow the prompts to authorize your MCP client to access the JFrog MCP Server.
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"
}
}
}