mcp-cohesity
Provides AI assistants with access to Cohesity DataProtect for managing backups, recovery operations, and data protection monitoring via the Cohesity REST API. It enables users to trigger on-demand backups, monitor cluster health, and manage protection policies through natural language commands.
README
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_info |
Get cluster name, ID, software version, and node count |
get_cluster_stats |
Get storage capacity (used/total) and throughput statistics |
Protection Policies & Groups
| Tool | Description |
|---|---|
list_protection_policies |
List all data protection policies with schedule and retention settings |
list_protection_groups |
List protection groups (backup jobs) with status, schedule, and last run info |
get_protection_group |
Get detailed configuration of a specific protection group |
run_protection_group |
Trigger an on-demand backup run for a protection group |
Backup Runs
| Tool | Description |
|---|---|
list_protection_runs |
List recent backup runs with status, duration, and data size |
get_protection_run |
Get detailed information about a specific backup run |
Protection Sources
| Tool | Description |
|---|---|
list_sources |
List all registered sources (vSphere, Physical, NAS, SQL, etc.) |
get_source |
Get full object hierarchy details for a specific source |
Recovery
| Tool | Description |
|---|---|
list_recovery_tasks |
List recovery tasks with status and type |
get_recovery_task |
Get detailed information about a specific recovery task |
Alerts
| Tool | Description |
|---|---|
list_alerts |
List cluster alerts filtered by severity, category, and state |
resolve_alert |
Mark an alert as resolved with resolution notes |
Installation
git clone git@github.com:fredriksknese/mcp-cohesity.git
cd mcp-cohesity
npm install
npm run build
Configuration
The server is configured via environment variables:
| Variable | Required | Default | Description |
|---|---|---|---|
COHESITY_CLUSTER |
Yes | — | Cohesity cluster hostname or IP address |
COHESITY_USERNAME |
Yes | — | Username for authentication |
COHESITY_PASSWORD |
Yes | — | Password for authentication |
COHESITY_DOMAIN |
No | LOCAL |
Authentication domain |
COHESITY_ALLOW_SELF_SIGNED |
No | true |
Accept self-signed SSL certificates |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cohesity": {
"command": "node",
"args": ["/absolute/path/to/mcp-cohesity/dist/index.js"],
"env": {
"COHESITY_CLUSTER": "your-cohesity-cluster.example.com",
"COHESITY_USERNAME": "admin",
"COHESITY_PASSWORD": "your-password",
"COHESITY_DOMAIN": "LOCAL"
}
}
}
}
Usage with Claude Code
Add to your Claude Code MCP settings:
claude mcp add cohesity -- node /absolute/path/to/mcp-cohesity/dist/index.js
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
npm run dev # Run with tsx (auto-reloads)
npm run build # Compile TypeScript to dist/
npm start # Run compiled output
Architecture
src/
├── index.ts # Entry point — creates MCP server + STDIO transport
├── cohesity-client.ts # HTTP client with token-based auth and V1/V2 API support
└── tools/
├── cluster.ts # Cluster info and stats (2 tools)
├── protection.ts # Protection policies and groups (4 tools)
├── runs.ts # Backup run management (2 tools)
├── sources.ts # Protection source management (2 tools)
├── recovery.ts # Recovery task management (2 tools)
└── alerts.ts # Alert management (2 tools)
API Details
This server uses two Cohesity API versions:
- V2 API (
/v2/) — Used for protection groups, runs, sources, and recoveries - V1 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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。