mcp-jfrog
by jfrog·★ 118·综合分 44
JFrog 平台 API 的 MCP 服务器,提供仓库管理、构建跟踪和安全扫描功能。
概述
mcp-jfrog 服务器是一个连接 JFrog 平台 API 的实验性项目,通过 MCP 实现 DevOps 工作流程。它提供了全面的仓库管理、构建跟踪、运行时环境监控和安全扫描功能。服务器暴露了众多工具用于仓库操作、制品管理和软件包漏洞扫描,对于使用 JFrog 作为 DevOps 平台的团队非常有价值。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您已经在使用 JFrog 进行制品管理,并希望 AI 助手帮助处理存储库操作、构建跟踪和安全监控,请选择此服务器。
什么时候不要选它
如果您需要生产稳定性(标记为实验性),或者您尚未投入 JFrog 生态系统,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具check_jfrog_availabilityCheck if JFrog platform is ready and functioning
create_local_repositoryCreate a new local repository in Artifactory
create_remote_repositoryCreate a new remote repository in Artifactory to proxy external package registries
create_virtual_repositoryCreate a new virtual repository in Artifactory that aggregates multiple repositories
list_repositoriesList all repositories in Artifactory with optional filtering
execute_aql_queryExecute an Artifactory Query Language (AQL) query to search for artifacts, builds, or other entities
list_jfrog_buildsReturn a list of all builds in the JFrog platform
get_specific_buildGet details for a specific build by name
list_jfrog_runtime_clustersReturn a list of all runtime clusters in the JFrog platform
list_projectsGet a list of all projects in the JFrog platform
jfrog_get_package_infoGet publicly available information about a software package
jfrog_get_package_vulnerabilitiesGet a list of known vulnerabilities affecting a specific version of an open source package
可对比工具
安装
安装
通过 Smithery
npx -y @smithery/cli install @jfrog/mcp-jfrog --client claude手动设置
- 安装依赖:
npm install - 配置环境变量:
- JFROG_ACCESS_TOKEN: 您的 JFrog 访问令牌 - JFROG_URL: 您的 JFrog 平台基础 URL
- 对于 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。