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.
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:
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 READMEview_job_detailsView details and history of Commvault jobs
control_jobControl jobs (suspend, resume, resubmit, kill)
get_sla_statusRetrieve SLA status and compliance information
get_storage_metricsView storage space utilization metrics
list_clientsAccess client groups and client information
manage_subclientsManage subclients and client properties
list_usersList users and user groups
get_plan_configView plan configurations and details
view_schedulesAccess backup schedules and configurations
get_salesforce_clientResolve Salesforce org ID to Commvault client ID
get_salesforce_recordsFetch backed-up Salesforce records from latest snapshot
docusign_backup_envelopeBackup completed DocuSign envelopes to Commvault S3 vault
Comparable tools
Installation
Installation Steps
- Clone the repository:
git clone https://github.com/Commvault/commvault-mcp-server.git
cd commvault-mcp-server- Run the setup script:
uv run setup.py- Start the MCP server:
uv run -m src.serverFor 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
Last updated · Auto-generated from public README + GitHub signals.