Enables programmatic interaction with Kubernetes resources by implementing the Model Context Protocol server.
Koffee is a Go-based tool designed to act as a Model Context Protocol (MCP) server, offering a streamlined interface for managing Kubernetes resources. It provides programmatic access to common kubectl functionalities, enabling clients to perform operations like listing contexts, switching contexts, querying cluster versions and resources, applying and deleting manifests, viewing pod logs, and executing commands within containers. This makes it an ideal backend for integrated development environments or other client applications needing robust Kubernetes interaction.