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.
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