Server data from the Official MCP Registry
Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.
Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.
WhiteCapData-Dev is a well-architected Kubernetes MCP server with strong security-by-default design. The codebase demonstrates careful attention to authorization through read-only modes and namespace allowlists enforced before API calls. Configuration is properly sourced from environment variables without hardcoded secrets. No malicious patterns, credential leaks, or dangerous code practices were identified. Minor code quality observations noted but do not detract from the overall solid security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: HOMELAB_MCP_CONTEXT
Environment variable: HOMELAB_MCP_READONLY
Environment variable: HOMELAB_MCP_MUTABLE_NAMESPACES
Environment variable: HOMELAB_MCP_MAX_REPLICAS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-michael-whitecapdata-whitecapdata-dev": {
"env": {
"HOMELAB_MCP_CONTEXT": "your-homelab-mcp-context-here",
"HOMELAB_MCP_READONLY": "your-homelab-mcp-readonly-here",
"HOMELAB_MCP_MAX_REPLICAS": "your-homelab-mcp-max-replicas-here",
"HOMELAB_MCP_MUTABLE_NAMESPACES": "your-homelab-mcp-mutable-namespaces-here"
},
"args": [
"whitecapdata-dev"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.