AI Skill Hub 推荐使用:VAST Data集群管理工具 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
监控、管理和诊断VAST Data集群的开源服务器,提高集群管理效率和可靠性。
VAST Data集群管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
监控、管理和诊断VAST Data集群的开源服务器,提高集群管理效率和可靠性。
VAST Data集群管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/vast-data/vast-admin-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"vast-data------": {
"command": "npx",
"args": ["-y", "vast-admin-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 VAST Data集群管理工具 执行以下任务... Claude: [自动调用 VAST Data集群管理工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"vast_data______": {
"command": "npx",
"args": ["-y", "vast-admin-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
VAST Admin MCP Server is a Model Context Protocol (MCP) server for VAST Data administration tasks. It provides AI assistants with tools to interact with VAST clusters for monitoring, listing, and management operations. It is supported both for Cluster and Tenant admins.
<img src="static/vast-admin-mcp-fast.gif" alt="VAST Admin MCP Demo" width="90%">
macOS:
brew install jq
Linux (Ubuntu/Debian):
sudo apt-get install jq
Linux (RHEL/CentOS):
sudo yum install jq
```bash
pip install 'vast-admin-mcp[all]' ```
Install vast-admin-mcp:
```bash
pip install vast-admin-mcp
```
Configure your VAST cluster connection:
```bash
vast-admin-mcp setup
This will prompt you for: - Cluster address (IP, FQDN, or URL like https://host:port) - Username and password - Tenant (for tenant admins) - Tenant (for super admins - which tenant context to use) ```
pip install vast-admin-mcp
pip install 'vast-admin-mcp[http]'
Use the provided build script that automatically handles versioning:
make build-docker
This will: - Extract version from src/vast_admin_mcp/__about__.py - Tag the image with both version number and latest - Add metadata labels (version, build date, git commit)
```bash
docker build -t vast-admin-mcp:latest .
VERSION=$(grep -E '^version' src/vast_admin_mcp/about.py | sed 's/version\s*=\s*"\([^"]*\)"/\1/') docker build \ --build-arg VERSION="${VERSION}" \ --build-arg BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \ --build-arg VCS_REF="$(git rev-parse --short HEAD)" \ -t vast-admin-mcp:${VERSION} \ -t vast-admin-mcp:latest \ . ```
```bash
When running mcpsetup inside Docker, it will automatically detect Docker and generate appropriate docker run or docker exec commands:
```bash
./vast-admin-mcp-docker.sh mcpsetup claude-desktop
docker-compose exec app vast-admin-mcp mcpsetup claude-desktop
The generated configuration will use Docker commands that the host can execute, with proper volume mounts for configuration files.
**Environment Variables for Docker:**
- `DOCKER_CONTAINER_NAME`: Use existing container name (for `docker exec`)
- `DOCKER_IMAGE`: Docker image name (for `docker run`)
- `DOCKER_CONFIG_MOUNT`: Container path for config mount (default: `/root/.vast-admin-mcp`)
- `DOCKER_TEMPLATE_FILE`: Host path to custom template file (optional, for override)
**Example:**bash
export DOCKER_CONTAINER_NAME=vast-admin-mcp ./vast-admin-mcp-docker.sh mcpsetup cursor
export DOCKER_IMAGE=vast-admin-mcp:latest ./vast-admin-mcp-docker.sh mcpsetup claude-desktop
By default, the MCP server uses stdio transport for desktop AI assistant integration. For network access (remote clients, Kubernetes, containerized deployments), you can run the server with HTTP transport.
```bash
Complete Kubernetes and OpenShift manifests are provided in deploy/kubernetes/. See the Kubernetes Deployment Guide for detailed instructions.
```bash
kubectl apply -f deploy/kubernetes/vast-admin-mcp.yaml -n vast-admin-mcp
pip install 'vast-admin-mcp[socks]'
#### For Read-only mode
List all VAST clusters
List all views on cluster cluster1
Show me all tenants across all clusters
Create bandwidth and iops graph for cluster1 over the last hour
create dataflow diagram for cluster1 for /path view on the tenant3 tenant for the last hour
show me dataflow diagram for 172.21.224.139 on cluster1
Show me the hardware topology for cluster cluster1
Are there any issues with my configured data protection relationships ?
Create mini support bundle on cluster1 and name it bundle1. Timeframe should be yesterday at midnight for 4m. Generate it only for cnodes prefixed by cnode-128 and upload it to support without private data.
Find all users prefixed with "s3" on cluster cluster1 tenant tenant1
Are there any critical alerts on my clusters that were not acknoledged ?
List all snapshots for view path /data/app1 on cluster cluster1 tenant tenant1
Show me all quotas configured for tenant tenant1 on cluster cluster1
Get performance metrics for cnodes on cluster cluster1 over the last 7 day
Show me all view policies on cluster cluster1 that support S3
First, get all available clusters. Then compare views with path "/" across all clusters, showing capcity information
Show me all tenants on cluster cluster1, for each tenant show me the 5 views with the highest used capacity
Get performance metrics for cluster cluster1, then get metrics for all cnodes, and finally get metrics for top 3 views. Show me a summary of IOPS and bandwidth for each object type
Find all views where logical used capacity is greater than 1TB. For each of these views, get their performance metrics over the last 24 hours and show which views have the highest IOPS #### For Read-write mode Create a new NFS view on cluster cluster1 with path /data/newview in tenant tenant1
Create a view on cluster cluster1 with path /shared/data in tenant tenant1 that supports both NFS and S3 protocols
Create a snapshot named "backup-2024-01-15" for view path /data/app1 on cluster cluster1, tenant tenant1 and keep it for 24h
Create a clone from snapshot "backup-2024-01-15" of view /data/app1. The clone should be at path /data/app1-clone in tenant tenant1 on cluster cluster1
Set a hard quota of 10TB for view path /data/app1 on cluster cluster1, tenant tenant1
Create 3 new views for vmware based on template.
Create a indestructible snapshot named resrote-point_<view name> for all vmware views on cluster1
Refresh a clone from most recent snapshot of view /data/app1 at path /data/app1-clone in tenant tenant1 on cluster cluster1
Use mcpsetup to get instructions for common AI assistance tools:
```bash
export VERSION=0.2.3
```
Supports: - Built-in providers: GitHub, Google, Azure AD - Generic OAuth/OIDC: Okta, Keycloak, Auth0, or any OIDC-compliant provider
vast-admin-mcp gencert --cn mcp.example.com --days 365
HTTP Server: Disabled
Available options: 5. Configure HTTP server settings 6. Manage authentication token ```
Option 5 allows you to configure: - Enable/disable HTTP server - Host, port, and URL path - Authentication (bearer token, OAuth, or none) - SSL/TLS (existing certs, generate self-signed, or none)
Option 6 allows you to: - Generate new authentication tokens - View or export current token - Rotate tokens
~/.vast-admin-mcp/config.json (cluster configurations, no env var override)mcp_list_cmds_template.yaml in project root (shipped template)~/.vast-admin-mcp/mcp_list_template_modifications.yaml (user customizations)~/.vast-admin-mcp/view_templates.json (for view template-based creation). This file can be modified based on the template example view_templates_example.yaml in project root (shipped template)~/.vast-admin-mcp/vast_admin_mcp.logVAST_ADMIN_MCP_AUTH_TOKEN: Bearer token for HTTP authenticationexport VAST_ADMIN_MCP_AUTH_TOKEN="vamt_your-secure-token"
vast-admin-mcp mcp --transport http --host 0.0.0.0
Template file paths can be overridden using environment variables:
VAST_ADMIN_MCP_DEFAULT_TEMPLATE_FILE: Override default template file pathVAST_ADMIN_MCP_TEMPLATE_MODIFICATIONS_FILE: Override template modifications file pathVAST_ADMIN_MCP_VIEW_TEMPLATE_FILE: Override view templates file pathExample:
export VAST_ADMIN_MCP_DEFAULT_TEMPLATE_FILE=/custom/path/default_template.yaml
export VAST_ADMIN_MCP_TEMPLATE_MODIFICATIONS_FILE=/custom/path/modifications.yaml
export VAST_ADMIN_MCP_VIEW_TEMPLATE_FILE=/custom/path/view_templates.json
vast-admin-mcp list views
The server supports HTTP/HTTPS and SOCKS proxies for reaching VAST clusters through corporate or enterprise network environments. Proxies are configured via standard environment variables:
HTTPS_PROXY or https_proxy — highest precedence (recommended for VAST since the API uses HTTPS)HTTP_PROXY or http_proxy — fallbackALL_PROXY or all_proxy — catch-all, recommended for SOCKS proxiesBypassing the proxy (NO_PROXY):
Use NO_PROXY (or no_proxy) to list hosts that should connect directly, without going through the proxy. Separate multiple entries with commas. A wildcard * bypasses the proxy for all hosts.
```bash
The whitelist is defined in the YAML template file:
api_whitelist:
# Simple format - GET only
- clusters
- tenants
# With methods - GET + specified methods
- views: [post] # GET + POST for create operations
- snapshots: [post] # GET + POST for create operations
- quotas: [post, patch] # GET + POST + PATCH for create/update operations
./vast-admin-mcp-docker.sh clusters ./vast-admin-mcp-docker.sh list views --cluster cluster1 ./vast-admin-mcp-docker.sh setup ./vast-admin-mcp-docker.sh mcpsetup cursor
#### Option 2: Using docker run directly
bash
The API whitelist provides security by restricting which VAST API endpoints and HTTP methods can be accessed. It is configured in the YAML template file's api_whitelist section.
vast-admin-mcp gencert --san mcp.example.com --san 192.168.1.100
#### Use with HTTP Server
bash vast-admin-mcp mcp --transport http --host 0.0.0.0 \ --ssl-cert ~/.vast-admin-mcp/ssl/cert.pem \ --ssl-key ~/.vast-admin-mcp/ssl/key.pem ```
该项目提供了一个开源的MCP工具,用于管理和监控VAST Data集群,提高集群管理效率和可靠性,值得关注
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,VAST Data集群管理工具 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | vast-admin-mcp |
| Topics | adminaiclimcpmcp-serverpython |
| GitHub | https://github.com/vast-data/vast-admin-mcp |
| License | NOASSERTION |
| 语言 | Python |
收录时间:2026-06-12 · 更新时间:2026-06-12 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端