kubeshark
Kubeshark provides eBPF-powered network observability for Kubernetes, enabling AI agents to query network traffic with full Kubernetes context.
Kubeshark indexes cluster-wide network traffic at the kernel level using eBPF, delivering instant answers to any query using network, API, and Kubernetes semantics. It allows users to visualize network data, see encrypted traffic in plain text, and integrate with AI for enhanced workflows.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kubeshark": {
"args": [
"-y",
"@modelcontextprotocol/server-kubeshark"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.