MCP Installation
Install
brew install kubeshark
Or download from GitHub Releases.
Connect an AI Agent
Claude Code:
claude mcp add kubeshark -- kubeshark mcp
Cursor / VS Code: Add to your MCP configuration:
{
"mcpServers": {
"kubeshark": {
"command": "kubeshark",
"args": ["mcp"]
}
}
}
Without kubectl access (connect directly to an existing deployment):
claude mcp add kubeshark -- kubeshark mcp --url https://kubeshark.example.com
CLI Options
| Option | Description |
|---|---|
--url | Connect directly to Kubeshark URL (no kubectl required) |
--kubeconfig | Path to kubeconfig file |
--allow-destructive | Enable start/stop Kubeshark operations |
--list-tools | List available MCP tools and exit |
What’s Next
- How MCP Works — Architecture and protocol details
- MCP in Action — See AI-driven workflows in practice
- AI Skills — Open-source skills for specific workflows