Sign inSign up

vastdataorg/vast-admin-mcp

By vastdataorg

•Updated 11 days ago

Image
0

810

vastdataorg/vast-admin-mcp repository overview

⁠VAST Admin MCP Server

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/⁠

⁠Image

docker pull vastdataorg/vast-admin-mcp:<version>

Use a release tag (e.g. 0.2.1) or latest per your policy.

⁠Quick start (CLI in Docker)

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

  • Default MCP mode is read-only suitable for safe exploration.
  • Add mcp --read-write (or the equivalent in your MCP client config) when you intentionally enable create/update operations.

⁠HTTP and Kubernetes

  • HTTP transport: run vast-admin-mcp mcp --transport http (see repo README for auth, TLS, and env vars such as VAST_ADMIN_MCP_AUTH_TOKEN).
  • Kubernetes / OpenShift: see deploy/kubernetes/ and the guides in that directory.

⁠License

Apache License 2.0. See the LICENSE⁠ file in the source repository.

Tag summary

Content type

Image

Digest

sha256:3ddc016e6…

Size

187.5 MB

Last updated

11 days ago

docker pull vastdataorg/vast-admin-mcp:0.2.4