patrickdappollonio/mcp-kubernetes-ro
A read-only Kubernetes MCP server: list resources, get resource details, retrieve pod logs, discover API resources, and perform base64 encoding/decoding operations - all while maintaining security through read-only access.
Platform-specific configuration:
{
"mcpServers": {
"mcp-kubernetes-ro": {
"command": "npx",
"args": [
"-y",
"mcp-kubernetes-ro"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/patrickdappollonio/mcp-kubernetes-ro/releases)
mcp-kubernetes-ro is a Model Context Protocol (MCP) server providing read-only access to Kubernetes clusters for AI assistants. It enables AI models to list resources, get resource details, retrieve pod logs, discover API resources, and perform base64 encoding/decoding operations - all while maintaining security through read-only access.
The server leverages your local kubectl configuration (even when kubectl is not required to be installed) and provides a safe, read-only interface to your Kubernetes clusters, preventing any destructive operations while allowing comprehensive cluster inspection and troubleshooting capabilities.
kubectl configuration to connect to your Kubernetes cluster but not the binary, so it works even when kubectl is not installed on your machine.Loading reviews...