Loading languages...
MC

mcp-server-k8s

@chris-sun-star

A simple MCP server for Kubernetes

kubernetes
mcp-server

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"
        ]
    }
  }
}

This mcp server is certified by MCPHub, if you are interested, you may have a look on MCPHub

# mcpServer Config

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

# stdio

uv --directory /path/to/mcp-server-k8s run main.py
Transport:
stdio
Language:
Python
Created: 4/26/2025
Updated: 7/7/2025