K8s Interactive
CreatedTaichiHo
Executes Kubernetes commands and interprets their output via a given kubeconfig path.
About
K8s Interactive is a tool that enables the execution and interpretation of Kubernetes commands through a specified kubeconfig path, functioning as an MCP (Model Context Protocol) server. It facilitates running kubectl commands, supporting flexible command line piping. The tool also features automatic kubectl installation checks, custom kubeconfig path support, and error handling with informative messages. Integration with tools like Claude Desktop is supported via server configuration, and debugging is aided by the MCP Inspector.
Key Features
- Supports flexible command line piping
- Error handling and helpful messages
- Automatic kubectl installation check
- Run kubectl commands through MCP tools
- Supports custom kubeconfig paths
- 2 GitHub stars
Use Cases
- Automate Kubernetes tasks with custom scripting
- Integrate Kubernetes command execution into other applications
- Debug and troubleshoot Kubernetes deployments interactively