简介
这个 DevOps MCP 目录聚焦监控、应急、CI 与安全等场景,便于把 Agent 的操作能力落到可审计、可控的工具调用上。
最适合: 要标准化可观测与基础设施自动化 MCP servers 的 SRE/DevOps 团队
适配: 任意 MCP 客户端;server 语言/运行时不一;优先选择环境变量说明清晰的条目
配置时间: 3–10 分钟
关键事实(已验证)
- 可用它组合一条“运维工具链”:监控→追踪→工单→发布,每段映射为 MCP server 工具面。
- 建议配合策略/扫描层,避免生产凭据泄露到不可信工具中。
- GitHub:982 stars · 255 forks;最近更新 2026-05-12(GitHub API 验证)。
正文
落地 DevOps MCP 栈可以走一个更稳的路径:
- 先只接入只读诊断(metrics/traces/logs),确认稳定后再开放变更类动作(deploy/scale/delete)。
- 对高影响工具增加“人类确认”门槛,并保留工具调用审计日志。
- 把
.mcp.json当成代码管理:版本化 + PR review + CI 扫描。
README 原文节选(verbatim)
Awesome DevOps MCP Servers 
A curated list of awesome Model Context Protocol (MCP) servers focused on DevOps tools and capabilities.
What is MCP?
MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on DevOps-related MCP servers that extend AI capabilities through cloud infrastructure management, CLI operations, version control, security scanning, and other DevOps-related services.
Related Resources
- awesome - Awesome lists about all kinds of interesting topics.
- awesome-mcp-servers - A comprehensive list of all MCP servers.
- awesome-mcp-clients - A list of MCP clients.
Legend
- 🎖️ – official implementation
- programming language
- 🐍 – Python codebase
- 📇 – TypeScript (or JavaScript) codebase
- 🏎️ – Go codebase
- 🦀 – Rust codebase
- #️⃣ - C# Codebase
- ☕ - Java codebase
- scope
- ☁️ - Cloud Service
- 🏠 - Local Service
- 📟 - Embedded Systems
- operating system
- 🍎 – For macOS
- 🪟 – For Windows
- 🐧 - For Linux
Cloud Infrastructure
🏗️ Infrastructure as Code
Tools for managing infrastructure through code, including Terraform, Pulumi, and other IaC platforms.
- dulltz/mcp-server-hcp-terraform 🐍 ☁️ - MCP server for working with HashiCorp Cloud Platform (HCP) Terraform, enabling AI assistants to interact with Terraform Cloud resources.
- guilhermeyoshida/mcp-terraform-assistant 🐍 🏠 - An MCP server for managing infrastructure as code using Terraform.
- jashkahar/Terraform-MCP-Server 🐍 ☁️ - This project provides an MCP server that exposes Terraform infrastructure-as-code operations through natural language.
- nwiizo/tfmcp 🦀 🏠 - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state.
FAQ
为什么要专门的 DevOps MCP 目录? 答:它聚焦 CI/监控/基础设施等运维工具面,方便你标准化 Agent 的可靠工具链。
怎么保证安全? 答:从只读开始,扫描第三方 server,对破坏性动作增加审批。
第一批应该选什么? 答:先选 metrics/logs/traces,再选工单/变更管理,最后再选发布/部署工具。