Claude Desktop - Secure MCP Server by ALMC Security 2025

Claude Desktop

View on GitHub

MCP server managing Kubernetes Cluster

Claude Desktop

  1. Create kube-config for accessing kubernetes cluster.

  2. Build a docker image using Dockerfile. docker build . -t mcp:0.0.1

  3. Update the config claude_desktop_config.json with the following:

{
  "mcpServers": {
    "k8s-mcp": {
       "command": "docker",
        "args": [
          "run",
          "--rm",
          "-i",
          "mcp:0.0.1",
          "uv",
          "run",
          "src/main.py"
        ]
    }
  }
}
  1. Restart Claude desktop.

Related in Cloud Service - Secure MCP Servers

ServerSummaryActions
WebflowA Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript...View
MCP Server for National Park Services DataThis MCP Server provides an interface to retrieve National Park Services (NPS) data. It allows users...View
mcp-k8s-goMCP 💬 prompt 🗂️ resource 🤖 toolView
ArgoCD MCP ServerAn MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling AI assistants a...View
Code Ocean MCP ServerModel Context Protocol (MCP) server for Code Ocean.View
Shared Memory MCPThis example allows you to deploy a remote MCP server that doesn't require authentication on Cloudfl...View