mcp-lifecycle-operator

kubernetes-sigs/mcp-lifecycle-operator
★ 16 stars Go 🔌 API Integration Updated 7d ago
A Kubernetes operator that provides a declarative API to deploy, manage, and safely roll out MCP Servers, handling their full lifecycle with production-grade automation and ecosystem integrations.
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": {
    "mcp-lifecycle-operat": {
      "command": "go",
      "args": [
        "run",
        "github.com/kubernetes-sigs/mcp-lifecycle-operator@latest"
      ]
    }
  }
}