Stats
Actions
Tags
From omni-scale
Provides access to Kubernetes clusters via local kubeconfig (KUBECONFIG_PATH) for deployment management and cluster operations. Runs locally as stdio subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"kubernetes": {
"command": "npx",
"args": [
"mcp-server-kubernetes"
],
"env": {
"KUBECONFIG_PATH": "${HOME}/.config/kubectl-mcp/mcp.config"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
KUBECONFIG_PATH=${HOME}/.config/kubectl-mcp/mcp.configDeclared capabilities of this MCP server
npx claudepluginhub basher83/lunar-claude --plugin omni-scale