★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-lifecycle-operat": {
"command": "go",
"args": [
"run",
"github.com/kubernetes-sigs/mcp-lifecycle-operator@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-lifecycle-operat go run github.com/kubernetes-sigs/mcp-lifecycle-operator@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-lifecycle-operat": {
"command": "go",
"args": [
"run",
"github.com/kubernetes-sigs/mcp-lifecycle-operator@latest"
]
}
}
}
📋 Copy