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
GAM MCP ServerGoogle Workspace administration via GAM CLI, ready for Claude Desktop and Model Context Protocol (MC...View
MezmoA Model Context Protocol (MCP) server for retrieving logs from Mezmo. Works out-of-the-box with auto...View
AWS EC2 PricingView
GrafanaForked from Grafana MCP serverView
AWS MCPA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your A...View
Workday by CDataCData's Model Context Protocol (MCP) Server for WorkdayView