Skip to main content
Cloud PlatformsPython

elevy99927/devops-mcp-webui

MCP Server for Kubernetes integrated with Open-WebUI, bridging the gap between DevOps and non-technical teams. Supports `kubectl` and `helm` operations through natural-language commands.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/elevy99927/devops-mcp-webui

Claude Desktop configuration example:

{
  "mcpServers": {
    "devops-mcp-webui": {
      "command": "npx",
      "args": [
        "-y",
        "elevy99927/devops-mcp-webui"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Python
Author
elevy99927