MCP Catalogs
Home

commvault-mcp-server

by Commvault·13·Score 44

Commvault MCP Server enables AI agents to securely access and manage backup job details, metrics, client information, and more from Commvault environments.

ops-inframonitoringdeveloper-tools
8
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server provides comprehensive integration with Commvault backup software, exposing tools for job management, commcell metrics, client management, storage management, user management, plan management, and schedule management. It supports both OAuth and token-based authentication methods, with secure storage of credentials using OS-native keyring backends. The server also offers specialized integrations for DocuSign and Salesforce environments, enabling AI agents to access and manage backup data from these platforms.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants monitoring and managing Commvault backup operations
you:Automating report generation for backup status and SLA compliance
you:Integrating backup management into enterprise AI workflows
you:What authentication methods does the server support?
you:Can I run the server in Docker?

When to choose this

Choose this if you're using Commvault backup software and want AI agents to manage and monitor your backup infrastructure through natural language commands.

When NOT to choose this

Avoid if you're not using Commvault, as this server is tightly integrated with Commvault APIs and requires a Commvault environment.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

commvaultbackuppc-mcpveeam-mcp

Installation

Installation Steps

  1. Clone the repository:
git clone https://github.com/Commvault/commvault-mcp-server.git
cd commvault-mcp-server
  1. Run the setup script:
uv run setup.py
  1. Start the MCP server:
uv run -m src.server

For Claude Desktop configuration:

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

FAQ

What authentication methods does the server support?
The server supports both OAuth authentication (for Comm SP42 CU27+) and traditional token-based authentication. For token-based auth, it uses OS-native secure keyring backends.
Can I run the server in Docker?
Yes, the server can be run in Docker with OAuth authentication only. You'll need to generate a .env file using the setup script first, then build and run the Docker container.

Compare commvault-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.