kubebuilder-mcp-server

vitorfloriano/kubebuilder-mcp-server
★ 0 stars Unknown language 📦 Other Updated today
MCP Server for Kubebuilder.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kubebuilder-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "vitorfloriano/kubebuilder-mcp-server"
      ]
    }
  }
}