k8s-mcp-server and kyverno-mcp
These two tools are ecosystem siblings: nirmata/kyverno-mcp is an implementation of a Multi-Cluster Policy (MCP) server specifically for Kyverno, while reza-gholizade/k8s-mcp-server is a general-purpose MCP server to manage Kubernetes clusters, suggesting that Kyverno could potentially integrate with a generic MCP server like the latter or use its dedicated implementation.
About k8s-mcp-server
reza-gholizade/k8s-mcp-server
Manage Your Kubernetes Cluster with k8s mcp-server
Implements MCP protocol with three transport modes (stdio, SSE, streamable-http) for integrating cluster management into CLI tools and web applications. Provides comprehensive Kubernetes operations including resource CRUD, log retrieval, metrics querying, and event listing, with flexible authentication supporting kubeconfig, bearer tokens, and in-cluster service accounts. Includes read-only mode to restrict write operations and runs as non-root in containers.
About kyverno-mcp
nirmata/kyverno-mcp
MCP server for Kyverno
Implements the Model Context Protocol (MCP) standard to expose Kyverno policy operations—validation, mutation, and enforcement—as tools callable by AI assistants. Built in Go, it communicates with Kubernetes clusters to apply and manage Kyverno policies, enabling LLM-driven policy governance and compliance workflows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work