From kubeshark
Runs Kubeshark locally to capture, decode, and analyze Kubernetes cluster network traffic and API calls. Requires access to a local or remote Kubernetes cluster.
npx claudepluginhub kubeshark/kubesharkAdd to your .mcp.json:
{
"mcpServers": {
"kubeshark": {
"command": "kubeshark",
"args": [
"mcp"
]
}
}
}kubeshark