Enables management and monitoring of VMware data protection within Cohesity, allowing users to list protection sources, manage backup groups, and oversee recovery tasks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-cohesityList any protection groups that failed their last backup"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-cohesity
A Model Context Protocol (MCP) server for Cohesity DataProtect, providing AI assistants with full access to backup management, recovery operations, and data protection monitoring through the Cohesity REST API.
Features
14 tools across six categories:
Cluster
Tool | Description |
| Get cluster name, ID, software version, and node count |
| Get storage capacity (used/total) and throughput statistics |
Protection Policies & Groups
Tool | Description |
| List all data protection policies with schedule and retention settings |
| List protection groups (backup jobs) with status, schedule, and last run info |
| Get detailed configuration of a specific protection group |
| Trigger an on-demand backup run for a protection group |
Backup Runs
Tool | Description |
| List recent backup runs with status, duration, and data size |
| Get detailed information about a specific backup run |
Protection Sources
Tool | Description |
| List all registered sources (vSphere, Physical, NAS, SQL, etc.) |
| Get full object hierarchy details for a specific source |
Recovery
Tool | Description |
| List recovery tasks with status and type |
| Get detailed information about a specific recovery task |
Alerts
Tool | Description |
| List cluster alerts filtered by severity, category, and state |
| Mark an alert as resolved with resolution notes |
Installation
Configuration
The server is configured via environment variables:
Variable | Required | Default | Description |
| Yes | — | Cohesity cluster hostname or IP address |
| Yes | — | Username for authentication |
| Yes | — | Password for authentication |
| No |
| Authentication domain |
| No |
| Accept self-signed SSL certificates |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
Usage with Claude Code
Add to your Claude Code MCP settings:
Set the required environment variables before running, or configure them in your MCP settings.
Example Prompts
Once connected, you can ask your AI assistant things like:
"Show me the current cluster storage utilization"
"List all protection groups that failed their last backup"
"Trigger an on-demand backup for the VM production group"
"What are the critical alerts on the cluster right now?"
"Show me all backup runs in the last 24 hours"
"List all VMware protection sources registered on the cluster"
"Get the details of the last backup run for protection group ID 12345"
"Resolve alert ID abc123 — disk was replaced"
"What recovery tasks are currently running?"
"List all protection policies and their retention settings"
Development
Architecture
API Details
This server uses two Cohesity API versions:
V2 API (
/v2/) — Used for protection groups, runs, sources, and recoveriesV1 API (
/irisservices/api/v1/public/) — Used for alerts and source hierarchy
Authentication uses the V2 sessions endpoint (POST /v2/users/sessions) with Bearer token auth. Tokens are automatically refreshed on expiry.
Requirements
Node.js 18+
Cohesity DataProtect cluster with REST API access (tested with Cohesity 6.x+)
License
SEE LICENSE IN LICENSE