MCP生命周期运维算子 是 AI Skill Hub 本期精选AI工具之一。综合评分 7.0 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Kubernetes原生运维工具,提供声明式API管理MCP服务的部署、运维和安全。采用Go语言开发,支持Kubernetes Operator模式,适合云原生应用运维人员和Kubernetes集群管理者使用。
MCP生命周期运维算子 是一款基于 Go 开发的开源工具,专注于 Kubernetes、Operator、MCP 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Kubernetes原生运维工具,提供声明式API管理MCP服务的部署、运维和安全。采用Go语言开发,支持Kubernetes Operator模式,适合云原生应用运维人员和Kubernetes集群管理者使用。
MCP生命周期运维算子 是一款基于 Go 开发的开源工具,专注于 Kubernetes、Operator、MCP 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/kubernetes-sigs/mcp-lifecycle-operator@latest # 方式二:从源码编译 git clone https://github.com/kubernetes-sigs/mcp-lifecycle-operator cd mcp-lifecycle-operator go build -o mcp-lifecycle-operator . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/kubernetes-sigs/mcp-lifecycle-operator/releases
# 查看帮助 mcp-lifecycle-operator --help # 基本运行 mcp-lifecycle-operator [options] <input> # 详细使用说明请查阅文档 # https://github.com/kubernetes-sigs/mcp-lifecycle-operator
# mcp-lifecycle-operator 配置说明 # 查看配置选项 mcp-lifecycle-operator --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MCP_LIFECYCLE_OPERATOR_CONFIG="/path/to/config.yml"
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.
Note: This project is currently in alpha (v1alpha1). APIs and behavior may change in future releases.
make deploy-test-e2e # creates Kind cluster, builds image, deploys operator make test-e2e # runs e2e tests against the cluster make cleanup-test-e2e # tears down the Kind cluster ```
Install the operator and CRDs directly from the latest release:
kubectl apply -f https://github.com/kubernetes-sigs/mcp-lifecycle-operator/releases/latest/download/install.yaml
This installs the CRDs, the controller Deployment, and all necessary RBAC resources in the mcp-lifecycle-operator-system namespace.
Clone the repository and run the controller on your local machine:
make install # Install the CRDs
make run # Run the controller locally
Keep this terminal open. The controller logs will appear here.
Build and deploy the controller as a Deployment in your cluster:
```bash
make docker-buildx IMG=<your-registry>/mcp-lifecycle-operator:latest
make deploy IMG=<your-registry>/mcp-lifecycle-operator:latest ```
Note: docker-buildx builds for multiple architectures (amd64, arm64, s390x, ppc64le) and pushes automatically.
Check that the operator created the resources:
```bash
kubectl get deployment test-server
To remove the CRDs and operator:
```bash
kubectl delete -f https://github.com/kubernetes-sigs/mcp-lifecycle-operator/releases/latest/download/install.yaml
make undeploy make uninstall ```
```bash
make build
For more examples, see the examples/ directory:
curl http://localhost:8080/healthz
curl http://localhost:8080/mcp ```
You should see a response from the MCP server.
Kubernetes Operator设计规范,声明式API符合��原生理念。项目成熟度一般,适合特定MCP场景使用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,MCP生命周期运维算子 在AI工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | mcp-lifecycle-operator |
| 原始描述 | 开源MCP工具:A Kubernetes operator that provides a declarative API to deploy, manage, and saf。⭐25 · Go |
| Topics | KubernetesOperatorMCP容器编排Go |
| GitHub | https://github.com/kubernetes-sigs/mcp-lifecycle-operator |
| License | Apache-2.0 |
| 语言 | Go |
收录时间:2026-05-29 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。