★ 11,873 stars
Go
⚙️ DevOps
Updated today
eBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kubeshark": {
"command": "go",
"args": [
"run",
"github.com/kubeshark/kubeshark@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kubeshark go run github.com/kubeshark/kubeshark@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kubeshark": {
"command": "go",
"args": [
"run",
"github.com/kubeshark/kubeshark@latest"
]
}
}
}
📋 Copy
Topics
cloud-native devops docker ebpf golang grpc incident-response kubernetes mcp network-analysis network-engineering network-observability network-security observability pcap