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.
A well-architected Kubernetes MCP server with strong security-by-default design. Authentication is delegated to Kubernetes (kubeconfig/RBAC), mutations are properly gated by read-only mode and namespace allowlists, and no sensitive data is hardcoded or logged. Code quality is high with proper input validation and error handling. Minor findings are low-severity code quality issues that do not meaningfully impact security. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 9 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
Read, search, and manipulate Git repositories programmatically
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.