vcluster-yaml-mcp
Verified Safeby Piotr1215
Overview
Provides AI assistants with tools to query, validate, and extract rules for vCluster YAML configurations directly from GitHub.
Installation
npx -y vcluster-yaml-mcp-server@latestEnvironment Variables
- VALID_API_KEYS
- PORT
- REQUIRE_AUTH
- OTEL_EXPORTER_OTLP_ENDPOINT
- OTEL_SERVICE_NAME
- GIT_SHA
- BUILD_DATE
- IMAGE_VERSION
Security Notes
The server implements API key authentication with timing-safe comparison, uses rate limiting for HTTP endpoints, and sets security headers. Crucially, it validates GitHub file paths to prevent path traversal attacks. Data is fetched live from GitHub, requiring trust in the vCluster repository maintainers. Relying on external APIs (GitHub) always carries inherent risks, but mitigation strategies are in place.
Similar Servers
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.
gitlab-mr-mcp
Connects an AI assistant to GitLab to manage merge requests, CI/CD pipelines, and code reviews, enabling natural language interaction.