MCP Catalogs
首页

mcp-jfrog

by jfrog·118·综合分 44

JFrog 平台 API 的 MCP 服务器,提供仓库管理、构建跟踪和安全扫描功能。

developer-toolsops-infrasecurity
23
Forks
7
活跃 Issue
3 个月前
最近提交
2 天前
收录于

概述

mcp-jfrog 服务器是一个连接 JFrog 平台 API 的实验性项目,通过 MCP 实现 DevOps 工作流程。它提供了全面的仓库管理、构建跟踪、运行时环境监控和安全扫描功能。服务器暴露了众多工具用于仓库操作、制品管理和软件包漏洞扫描,对于使用 JFrog 作为 DevOps 平台的团队非常有价值。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在 CI/CD 流程中自动化仓库管理任务
:监控和分析构建制品的安全漏洞
:将 JFrog 平台功能与 AI 助手集成
:这是 JFrog 官方产品吗?
:支持哪些身份验证方法?

什么时候选它

如果您已经在使用 JFrog 进行制品管理,并希望 AI 助手帮助处理存储库操作、构建跟踪和安全监控,请选择此服务器。

什么时候不要选它

如果您需要生产稳定性(标记为实验性),或者您尚未投入 JFrog 生态系统,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • check_jfrog_availability

    Check if JFrog platform is ready and functioning

  • create_local_repository

    Create a new local repository in Artifactory

  • create_remote_repository

    Create a new remote repository in Artifactory to proxy external package registries

  • create_virtual_repository

    Create a new virtual repository in Artifactory that aggregates multiple repositories

  • list_repositories

    List all repositories in Artifactory with optional filtering

  • execute_aql_query

    Execute an Artifactory Query Language (AQL) query to search for artifacts, builds, or other entities

  • list_jfrog_builds

    Return a list of all builds in the JFrog platform

  • get_specific_build

    Get details for a specific build by name

  • list_jfrog_runtime_clusters

    Return a list of all runtime clusters in the JFrog platform

  • list_projects

    Get a list of all projects in the JFrog platform

  • jfrog_get_package_info

    Get publicly available information about a software package

  • jfrog_get_package_vulnerabilities

    Get a list of known vulnerabilities affecting a specific version of an open source package

可对比工具

artifactory-mcpgithub-mcpdocker-mcp

安装

安装

通过 Smithery

npx -y @smithery/cli install @jfrog/mcp-jfrog --client claude

手动设置

  1. 安装依赖:npm install
  2. 配置环境变量:

- JFROG_ACCESS_TOKEN: 您的 JFrog 访问令牌 - JFROG_URL: 您的 JFrog 平台基础 URL

  1. 对于 Claude Desktop,添加到 claude_desktop_config.json
{
  "mcpServers": {
    "jfrog": {
      "command": "node",
      "args": ["/path/to/mcp-jfrog/dist/index.js"],
      "env": {
        "JFROG_ACCESS_TOKEN": "your_token",
        "JFROG_URL": "https://your-jfrog-instance.com"
      }
    }
  }
}

FAQ

这是 JFrog 官方产品吗?
不是,这是一个实验性项目。JFrog 现在提供官方的、安全的远程托管 MCP 服务器供生产环境使用。
支持哪些身份验证方法?
服务器使用 JFrog 访问令牌进行身份验证,必须通过 JFROG_ACCESS_TOKEN 环境变量提供。

mcp-jfrog 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。