Main
A simple adoption path for DevOps MCP stacks:
- Start with read-only diagnostics (metrics, traces, logs) and only later enable mutating actions (deploy, scale, delete).
- Add a “human approval” gate for high-impact tools and keep an audit log of tool calls.
- Version your
.mcp.jsonconfigs and treat them like code (PR review + CI scanning).
README excerpt (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
Q: Why a DevOps-specific MCP list? A: It narrows choices to ops surfaces (CI, monitoring, infra) so you can standardize a reliable agent toolchain.
Q: How do I keep it safe? A: Start read-only, scan third-party servers, and require approvals for destructive actions.
Q: What should I pick first? A: Metrics/logs/traces servers first; then tickets/change management; deploy tools last.