Model Context Protocol (MCP) server for VAST Data — connect AI assistants to your VAST clusters for monitoring, listing, and (optionally) administration. Supports cluster and tenant admins.
Full documentation: https://github.com/vast-data/vast-admin-mcp ·
PyPI: https://pypi.org/project/vast-admin-mcp/
docker pull vastdataorg/vast-admin-mcp:<version>
Use a release tag (e.g. 0.2.1) or latest per your policy.
Mount the config directory so credentials and config.json persist on the host:
docker run --rm -it \
-v ~/.vast-admin-mcp:/root/.vast-admin-mcp \
vastdataorg/vast-admin-mcp:latest \
vast-admin-mcp setup
docker run --rm -it \
-v ~/.vast-admin-mcp:/root/.vast-admin-mcp \
vastdataorg/vast-admin-mcp:latest \
vast-admin-mcp list clusters
The repo includes vast-admin-mcp-docker.sh, docker-compose.yml, and Kubernetes manifests under deploy/kubernetes/ for HTTP mode and production-style deployments.
mcp --read-write (or the equivalent in your MCP client config) when you intentionally enable create/update operations.vast-admin-mcp mcp --transport http (see repo README for auth, TLS, and env vars such as VAST_ADMIN_MCP_AUTH_TOKEN).Apache License 2.0. See the LICENSE file in the source repository.
Content type
Image
Digest
sha256:3ddc016e6…
Size
187.5 MB
Last updated
11 days ago
docker pull vastdataorg/vast-admin-mcp:0.2.4