Back to MCP Servers
K8s Go
Kubernetes cluster operations through MCP
cloud-platformsgokubernetes
By strowk
Installation
npx -y mcp-k8s-goConfiguration
{
"mcpServers": {
"mcp-k8s-go": {
"command": "npx",
"args": ["-y", "mcp-k8s-go"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes