MCP Catalogs
首页

commvault-mcp-server

by Commvault·13·综合分 44

Commvault MCP 服务器使 AI 代理能够安全地访问和管理 Commvault 环境中的备份作业详情、指标、客户端信息等。

ops-inframonitoringdeveloper-tools
8
Forks
4
活跃 Issue
本月
最近提交
2 天前
收录于

概述

该 MCP 服务器与 Commvault 备份软件提供全面集成,提供了作业管理、Commcell 指标、客户端管理、存储管理、用户管理、计划管理和日程管理等功能。它支持 OAuth 和基于令牌的两种身份验证方法,并使用操作系统原生的密钥环后端安全存储凭证。服务器还提供 DocuSign 和 Salesforce 环境的专业集成,使 AI 代理能够访问和管理这些平台的备份数据。

试试问 AI

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

:AI 助手监控和管理 Commvault 备份操作
:自动化备份状态和 SLA 合规性报告生成
:将备份管理集成到企业 AI 工作流中
:服务器支持哪些身份验证方法?
:我可以在 Docker 中运行服务器吗?

什么时候选它

如果您使用 Commvault 备份软件,并希望 AI 代理通过自然语言命令管理和监控您的备份基础设施,请选择此工具。

什么时候不要选它

如果您不使用 Commvault,请不要选择此工具,因为它与 Commvault API 紧密集成,需要 Commvault 环境。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • view_job_details

    View details and history of Commvault jobs

  • control_job

    Control jobs (suspend, resume, resubmit, kill)

  • get_sla_status

    Retrieve SLA status and compliance information

  • get_storage_metrics

    View storage space utilization metrics

  • list_clients

    Access client groups and client information

  • manage_subclients

    Manage subclients and client properties

  • list_users

    List users and user groups

  • get_plan_config

    View plan configurations and details

  • view_schedules

    Access backup schedules and configurations

  • get_salesforce_client

    Resolve Salesforce org ID to Commvault client ID

  • get_salesforce_records

    Fetch backed-up Salesforce records from latest snapshot

  • docusign_backup_envelope

    Backup completed DocuSign envelopes to Commvault S3 vault

可对比工具

commvaultbackuppc-mcpveeam-mcp

安装

安装步骤

  1. 克隆仓库:
git clone https://github.com/Commvault/commvault-mcp-server.git
cd commvault-mcp-server
  1. 运行安装脚本:
uv run setup.py
  1. 启动 MCP 服务器:
uv run -m src.server

对于 Claude Desktop 配置:

{
  "mcpServers": {
    "Commvault": {
      "command": "uv",
      "args": ["run", "-m", "src.server"]
    }
  }
}

FAQ

服务器支持哪些身份验证方法?
服务器支持 OAuth 身份验证(适用于 Comm SP42 CU27+)和传统的基于令牌的身份验证。对于基于令牌的身份验证,它使用操作系统原生的安全密钥环后端。
我可以在 Docker 中运行服务器吗?
是的,服务器可以在 Docker 中运行,但仅支持 OAuth 身份验证。您需要先使用安装脚本生成 .env 文件,然后构建并运行 Docker 容器。

commvault-mcp-server 对比

GitHub →

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