mcp-server-k8s

mcp-server-k8s

0

The project is a simple MCP server designed for integration with Kubernetes and easy setup within Claude Desktop. It emphasizes simplicity and configuration-based usage.

mcp-server-k8s

A simple MCP server for Kubernetes

https://github.com/user-attachments/assets/e36d8048-7abd-4529-8d78-086ae9cadea9

How to use this MCP server

By configuring the following contents in ~/Library/Application Support/Claude/claude_desktop_config.json, and replace the directory with real project path, you can easily use it with Claude Desktop

{
  "mcpServers": {
    "k8s": {
        "command": "uv",
        "args": [
            "--directory",
            "/path/to/mcp-server-k8s",
            "run",
            "main.py"
        ]
    }
  }
}