operator-sdk-mcp-server

rashmigottipati/operator-sdk-mcp-server
★ 0 stars Go 🤖 AI/LLM Updated 2d ago
MCP server for Operator SDK - enables AI assistants to build Kubernetes operators
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": {
    "operator-sdk-mcp-ser": {
      "command": "go",
      "args": [
        "run",
        "github.com/rashmigottipati/operator-sdk-mcp-server@latest"
      ]
    }
  }
}