MCP ConfigsMay 13, 2026·3 min read

Awesome DevOps MCP Servers — Ops-Focused MCP List

DevOps-focused MCP server directory for CI/CD, monitoring, security, and infra automation. Helps map ops tools into auditable agent surfaces.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Git
Trust
Trust: Established
Entrypoint
git clone https://github.com/rohitg00/awesome-devops-mcp-servers && open README.md
Universal CLI install command
npx tokrepo install fefc702b-fcc3-586f-9af3-772901543e25
Intro

This DevOps MCP directory helps you find servers for monitoring, incident response, CI, and security so your agent can operate with safer, auditable tool calls.

Best for: SRE/DevOps teams standardizing MCP servers for observability and infra automation

Works with: Any MCP client; servers vary by language/runtime; prefer entries with clear env docs

Setup time: 3–10 minutes

Key facts (verified)

  • Use it to compose an “ops tool chain”: monitoring → tracing → tickets → deploy, each as an MCP server surface.
  • Pair it with policy/scanning so production credentials don’t leak into untrusted tools.
  • GitHub: 982 stars · 255 forks; pushed 2026-05-12 (GitHub API verified).

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.json configs and treat them like code (PR review + CI scanning).

README excerpt (verbatim)

Awesome DevOps MCP Servers Awesome

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

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.

🙏

Source & Thanks

Source: https://github.com/rohitg00/awesome-devops-mcp-servers > License: MIT > GitHub stars: 982 · forks: 255

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets