mcp-kubernetes-ro

patrickdappollonio/mcp-kubernetes-ro
★ 18 stars Go ⚙️ DevOps Updated 1mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-kubernetes-ro": {
      "command": "go",
      "args": [
        "run",
        "github.com/patrickdappollonio/mcp-kubernetes-ro@latest"
      ]
    }
  }
}

Topics

kubernetesmcp-server