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
By elevy99927
Installation
npx -y devops-mcp-webuiConfiguration
{
"mcpServers": {
"devops-mcp-webui": {
"command": "npx",
"args": ["-y", "devops-mcp-webui"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes