Back to MCP Servers

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-platformskubernetes

Installation

npx -y devops-mcp-webui

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub