Skip to main content
Cloud PlatformsTypeScript

flux159/mcp-server-kubernetes

Typescript implementation of Kubernetes cluster operations for pods, deployments, services.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Flux159/mcp-server-kubernetes

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-kubernetes": {
      "command": "npx",
      "args": [
        "-y",
        "flux159/mcp-server-kubernetes"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
Flux159