MCP Configs2026年5月13日·1 分钟阅读

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 就绪

这个资产可以被 Agent 直接读取和安装

TokRepo 同时提供通用 CLI 命令、安装契约、metadata JSON、按适配器生成的安装计划和原始内容链接,方便 Agent 判断适配度、风险和下一步动作。

Native · 94/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Mcp
安装
Git
信任
信任等级:Established
入口
git clone https://github.com/rohitg00/awesome-devops-mcp-servers && open README.md
通用 CLI 安装命令
npx tokrepo install fefc702b-fcc3-586f-9af3-772901543e25

简介

这个 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 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

为什么要专门的 DevOps MCP 目录? 答:它聚焦 CI/监控/基础设施等运维工具面,方便你标准化 Agent 的可靠工具链。

怎么保证安全? 答:从只读开始,扫描第三方 server,对破坏性动作增加审批。

第一批应该选什么? 答:先选 metrics/logs/traces,再选工单/变更管理,最后再选发布/部署工具。

🙏

来源与感谢

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

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产