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
WeatherXM PROAn MCP server implementation exposing the WeatherXM PRO APIs as MCP tools, allowing clients to acces...View
Cloudflare Remote MCP Server (Authless)This example allows you to deploy a remote MCP server that doesn't require authentication on Cloudfl...View
AWS SESView
ThingsPanel MCPThingsPanel IoT Platform's MCP (Model Context Protocol) Server.View
Cloudflare MCP ServerNo documentation available.View
Salesforce MCP ServerAn MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabli...View