kubernetes-mcp-server
What is this MCP
This is a Kubernetes Model Context Protocol (MCP) server implementation that provides direct access to Kubernetes/OpenShift clusters without requiring kubectl or other external tools. It enables programmatic interaction with cluster resources through the MCP standard.
How to use this MCP
The server can be run via npx, as a VS Code extension, or through Goose CLI. It supports both command-line execution and server mode with Server-Sent Events (SSE). Configuration is done through CLI arguments or integration with various development tools.
What this MCP can be used for
This MCP server enables AI-assisted Kubernetes cluster management, automated troubleshooting, deployment automation, and integration with development environments. It supports full CRUD operations on any Kubernetes resource, pod management, namespace operations, and event monitoring.