https://github.com/chenhunghan/mcp-k8s-lens
https://github.com/chenhunghan/mcp-k8s-lens
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenhunghan/mcp-k8s-lens
- Owner: chenhunghan
- License: apache-2.0
- Created: 2025-03-21T10:16:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T13:43:59.000Z (7 months ago)
- Last Synced: 2025-03-21T14:58:38.923Z (7 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcp-k8s-lens
A Model Context Protocol server that provides Lens Desktop automation capabilities.
## Features
- 📸 Screenshot capture of entire Lens Desktop pages or specific elements
- 📊 Console log monitoring## Components
### Tools
#### `lens_desktop_screenshot`
Capture screenshots of the entire Lens Desktop page or specific elements
```javascript
{
"name": "screenshot-name", // required
"selector": "#element-id", // optional
"fullPage": true // optional, default: false
}
```#### `lens_desktop_console_logs`
Capture the logs from Lens Desktop renderer process
## Acknowledge
Mostly inspired by