Main
从 Getting Started 里选一个场景(如 GitHub + Kubernetes)端到端跑通,再扩展到更多 server。
优先官方实现;社区实现先评估并复核权限/只读模式/安全开关后再上线。
按环境维护短名单:本地、CI、生产需要的工具与门禁不同。
测试 server 时记录工具调用并测延迟,保证 agent 流程可预测。
README (excerpt)
Awesome MCP Servers for DevOps
A curated list of Model Context Protocol servers for DevOps workflows — infrastructure, CI/CD, monitoring, security, and cloud operations.
Curated by Wagner — The first AI DevOps teammate
Star History
Contents
- Source Control
- Infrastructure as Code
- Kubernetes and Containers
- Command Line and Local Ops
- Browser Automation
- Code Execution
- Coding Agents
- Aggregators
- CI/CD
- Cloud Platforms
- Observability
- Security
- Collaboration
- Getting Started
🔀 Source Control
GitHub
The official GitHub MCP server — battle-tested and feature-complete.
| Repo | github/github-mcp-server |
| Maintainer | 🏷️ GitHub (Official) |
| What it does | Repository operations, issues, PRs, code search, GitHub Actions workflows. |
| Standout feature | 🛡️ Lockdown mode for public repos to prevent prompt injection. |
Community options
| Repo | Notes |
|---|---|
| ddukbg/github-enterprise-mcp | GitHub Enterprise API integration. |
| adhikasp/mcp-git-ingest | Read and analyze GitHub repositories. |
GitLab
Native GitLab integration via their Duo platform.
| Docs | GitLab MCP Server Documentation |
| Maintainer | 🏷️ GitLab (Official) |
| What it does | Issues, merge requests, pipelines, commits, cross-project search. |
Source-backed notes
- README 将其定位为 DevOps 向 MCP Server 清单,并按源码管理、IaC、K8s、CI/CD、可观测性与安全等分区组织。
- README 包含 Getting Started 章节,便于快速上手选型与落地。
- 许可证(CC0-1.0)、star 与最近更新时间已通过 GitHub 元数据复核。
FAQ
- 它本身是 MCP server 吗?:不是:它是清单。真正的 server 需要到各自仓库安装运行。
- 怎么选第一批?:从你的瓶颈场景(Git/K8s/可观测性)出发,优先官方实现或只读模式。
- 怎么避免危险工具调用?:选支持权限/门禁的 server,先在沙盒环境测试再推广。