Kubernetes Lens
Summary
MCP-K8s-Lens provides a bridge between Claude and the Kubernetes Lens desktop application, enabling AI assistants to interact with and analyze Kubernetes clusters through automated UI interactions. Built by Hung-Han Chen, this implementation uses Playwright to control the Lens Desktop application, offering tools for taking screenshots of the interface and capturing console logs with filtering capabilities. The server runs on stdio transport for seamless integration with Claude Desktop, making it particularly valuable for DevOps engineers who need AI assistance with Kubernetes cluster management without leaving their conversation interface.
Available Actions(2)
lens_desktop_screenshot
Capture screenshots of the entire Lens Desktop page or specific elements. Parameters: screenshot-name (string, required), selector (string, optional), fullPage (boolean, optional, default: false)
lens_desktop_console_logs
Capture the logs from Lens Desktop renderer process.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论