Install
$ agentstack add mcp-wagneragent-awesome-mcp-servers-devops ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ● Shell / process execution Used
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Awesome MCP Servers for DevOps [](https://awesome.re)
> 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
[](https://www.star-history.com/#WagnerAgent/awesome-mcp-servers-devops&type=date&legend=top-left)
Contents
- [Source Control](#-source-control)
- [Infrastructure as Code](#%EF%B8%8F-infrastructure-as-code)
- [Kubernetes and Containers](#%EF%B8%8F-kubernetes-and-containers)
- [Command Line and Local Ops](#%EF%B8%8F-command-line-and-local-ops)
- [Browser Automation](#-browser-automation)
- [Code Execution](#%EF%B8%8F-code-execution)
- [Coding Agents](#-coding-agents)
- [Aggregators](#-aggregators)
- [CI/CD](#-cicd)
- [Cloud Platforms](#%EF%B8%8F-cloud-platforms)
- [Observability](#-observability)
- [Security](#-security)
- [Collaboration](#-collaboration)
- [Getting Started](#-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. | | Note | ⚠️ Requires GitLab 18.6+ for HTTP transport. |
Community options
| Repo | Notes | |------|-------| | kopfrechner/gitlab-mr-mcp | Merge requests + issues for GitLab. | | modelcontextprotocol/server-gitlab | Reference GitLab server implementation. |
Azure DevOps
| | | |---|---| | Repo | tiberriver256/azure-devops-mcp-server | | Maintainer | 👥 Community | | What it does | Repos, work items, pipelines, boards. |
Community options
| Repo | Notes | |------|-------| | Tiberriver256/mcp-server-azure-devops | Azure DevOps integration via MCP. | | stefanskiasan/azure-devops-mcp-server | Azure DevOps server for Cline. | | Vortiago/mcp-azure-devops | Azure DevOps via Python SDK. | | aaronsb/ado-mcp | Azure DevOps tools for pipelines/work items. |
Gitea & Gitee
| Repo | Notes | |------|-------| | gitea/gitea-mcp | MCP server for Gitea instances. | | oschina/gitee | Gitee API integration. | | modelcontextprotocol/server-git | Reference local Git server implementation. |
🏗️ Infrastructure as Code
Terraform
HashiCorp's official MCP server for Terraform workflows.
| | | |---|---| | Repo | hashicorp/terraform-mcp-server | | Docs | HashiCorp Developer | | Maintainer | 🏷️ HashiCorp (Official) | | What it does | Registry search, workspace management, plan/apply operations, state inspection. | | Status | 🧪 Beta. |
Community implementations
| Repo | Notes | |------|-------| | dulltz/mcp-server-hcp-terraform | Terraform Cloud/HCP focused. | | guilhermeyoshida/mcp-terraform-assistant | Local Terraform operations. | | jashkahar/Terraform-MCP-Server | Exposes Terraform operations via MCP. | | nwiizo/tfmcp | Rust-based Terraform MCP server. | | severity1/terraform-cloud-mcp | Terraform Cloud API integration. | | thrash888/terraform-mcp-server | Terraform Registry MCP server. | | westonplatter/mcp-terraform-python | Terraform operations in Python. |
Vault
Secrets management via MCP.
| | | |---|---| | Repo | hashicorp/vault-mcp-server | | Docs | HashiCorp Developer | | Maintainer | 🏷️ HashiCorp (Official) | | What it does | Mount management, KV operations, secrets access. | | Status | 🧪 Beta — ⚠️ secrets exposure requires trusted clients. |
Pulumi
| | | |---|---| | Repo | pulumi/mcp-server | | Docs | Pulumi MCP Docs | | Maintainer | 🏷️ Pulumi (Official) | | What it does | Stack queries, resource search, Pulumi Cloud integration. | | Remote endpoint | 🌐 https://mcp.ai.pulumi.com/mcp |
OpenTofu
The open-source Terraform alternative has its own MCP server.
| | | |---|---| | Repo | opentofu/opentofu-mcp-server | | Maintainer | 🏷️ OpenTofu (Official) | | What it does | Registry search, provider/module documentation, resource docs. | | Remote endpoint | 🌐 mcp.opentofu.org |
Multi-IaC
| | | |---|---| | Repo | stakpak/mcp | | What it does | Terraform, Kubernetes, GitHub Actions, Dockerfile workflows. |
☸️ Kubernetes and Containers
Kubernetes
Several solid options exist — pick based on your needs.
containers/kubernetes-mcp-server
Native Go implementation, no kubectl dependency.
| | | |---|---| | Repo | containers/kubernetes-mcp-server | | Why choose it | ⚡ Single binary, direct K8s API access, multi-cluster support. |
Azure/mcp-kubernetes
Microsoft's implementation.
| | | |---|---| | Repo | Azure/mcp-kubernetes | | Why choose it | 🎯 Unified kubectl tool interface, minimal context consumption. |
Flux159/mcp-server-kubernetes
Popular community option.
| | | |---|---| | Repo | Flux159/mcp-server-kubernetes | | Why choose it | 🛡️ Non-destructive mode, secrets masking, easy Claude Code integration. |
alexei-led/k8s-mcp-server
Multi-tool support.
| | | |---|---| | Repo | alexei-led/k8s-mcp-server | | Why choose it | 🧰 kubectl + helm + istioctl + argocd in one server. |
Community Kubernetes servers
| Repo | Notes | |------|-------| | rohitg00/kubectl-mcp-server | Kubernetes CLI via MCP (read/write). | | aadarshjain/kubectl-mcp-server | Local kubectl server (read-only by default). | | manusa/kubernetes-mcp-server | Kubernetes + OpenShift support. | | strowk/mcp-k8s-go | Go-based Kubernetes operations. | | weibaohui/k8m | Multi-cluster management + UI. | | weibaohui/kom | SDK + multi-cluster operations. | | wenhuwang/mcp-k8s-eye | Cluster health analysis and ops. | | kubestellar/console | AI-powered multi-cluster management dashboard with MCP server (kc-agent) for AI-assisted operations. |
Tilt
| | | |---|---| | Repo | rrmistry/tilt-mcp | | What it does | Tilt resources, logs, and dev workflow control. |
Nomad
| | | |---|---| | Repo | kocierik/mcp-nomad | | What it does | Nomad cluster management and analysis. |
Docker Hub
| | | |---|---| | Repo | docker/hub-mcp | | Docs | Docker Hub MCP | | Maintainer | 🏷️ Docker (Official) | | What it does | 🐳 Image discovery, repository management, tag inspection. |
Portainer
| | | |---|---| | Repo | portainer/portainer-mcp | | Maintainer | 🏷️ Portainer (Official) | | What it does | Container management, deployments, environment operations. | | Note | 🛡️ Read-only mode available for safety. |
Qovery
| | | |---|---| | Documentation | Qovery MCP configuration | | Maintainer | 🏷️ Qovery (Official) | | What it does | Cluster management, app deployments, security, self-service. | | Note | Guardrails and permissions management included. |
🖥️ Command Line & Local Ops
Tools for executing commands or interacting with local environments safely.
| Repo | Notes | |------|-------| | MladenSU/cli-mcp-server | Secure CLI execution with policies. | | g0t4/mcp-server-commands | Run commands and scripts via MCP. | | Harsh-2002/SSH-MCP | Remote SSH/SFTP with 43 tools: Docker, monitoring, databases, file ops, VoIP diagnostics, jump host support. | | tumf/mcp-shell-server | Shell command execution server. | | ferrislucas/iterm-mcp | iTerm integration for macOS. | | OthmaneBlial/termmcpdeepseek | Terminal server for DeepSeek. | | maxim-saplin/mcpsafelocalpythonexecutor | Safe local Python execution. | | wonderwhy-er/DesktopCommanderMCP | Local file/process control. | | automateyournetwork/pyATS_MCP | Cisco pyATS network automation. |
🌐 Browser Automation
| Repo | Notes | |------|-------| | aircodelabs/grasp | Self-hosted browser agent. | | browserbase/mcp-server-browserbase | Cloud browser automation. | | browsermcp/mcp | Local Chrome control. | | Automata-Labs-team/MCP-Server-Playwright | Playwright automation. | | blackwhite084/playwright-plus-python-mcp | Playwright + Python. | | executeautomation/playwright-mcp-server | Playwright MCP server. | | microsoft/playwright-mcp | Official Playwright MCP. | | co-browser/browser-use-mcp-server | browser-use with SSE transport. | | eyalzh/browser-control-mcp | Browser control MCP. | | ndthanhdev/mcp-browser-kit | Browser automation toolkit. | | kimtth/mcp-aoai-web-browsing | Web browsing MCP server. | | scrapeless-ai/scrapeless-mcp-server | SERP and web data access. | | getrupt/ashra-mcp | Browser automation server. | | autonomous-testing/wopee-mcp | AI testing agents for web apps — dispatch test runs, analysis crawls, and AI agent tests, fetch artifacts and project status. |
⚙️ Code Execution
| Repo | Notes | |------|-------| | pydantic/pydantic-ai (mcp-run-python) | Run Python in a sandbox. | | yepcode/mcp-server-js | Secure JS/Python sandbox. | | alfonsograziano/node-code-sandbox-mcp | Node.js Docker sandbox. | | ckanthony/openapi-mcp | Access APIs from OpenAPI specs. |
🤖 Coding Agents
| Repo | Notes | |------|-------| | bgauryy/octocode-mcp | GitHub research + analysis agent. | | oraios/serena | LSP-based coding agent. | | ezyang/codemcp | Simple coding agent MCP. | | Wolfe-Jam/claude-faf-mcp | Persistent project context tools. | | juehang/vscode-mcp-server | VS Code workspace tooling. | | doggybee/mcp-server-leetcode | LeetCode problem access. | | jinzcdev/leetcode-mcp-server | LeetCode (global/China) access. | | willibrandon/CursorMCPMonitor | MCP monitoring for Cursor. | | SKULLFIRE07/cortex-memory | Persistent AI memory for coding assistants. Auto-captures decisions, patterns, and context. VSCode extension + CLI + MCP server. | | claw-army/claude-node | Python subprocess bridge for Claude Code CLI. | | HendryAvila/Hoofy | Spec-driven dev companion with persistent memory, adaptive change pipeline, and Clarity Gate. 32 tools, single Go binary. |
🔗 Aggregators
| Repo | Notes | |------|-------| | askbudi/roundtable | Multi-assistant MCP hub. | | composiohq/rube | 500+ app integrations. | | julien040/anyquery | SQL over 40+ apps. | | metatool-ai/metatool-app | MetaMCP with GUI. | | mindsdb/mindsdb | Data unification + MCP. | | glenngillen/mcpmcp-server | MCP server registry. | | wegotdocs/open-mcp | Turn web APIs into MCP. | | PipedreamHQ/pipedream | 2,500+ API integrations. | | VeriTeknik/pluggedin-mcp-proxy | Proxy + discovery layer. | | tigranbs/mcgravity | MCP load balancing. | | waystation-ai/mcp | Connect MCP hosts to apps. | | sxhxliang/mcp-access-point | One-click MCP wrapper. | | Arch Tools | 53 production-ready
…
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: WagnerAgent
- Source: WagnerAgent/awesome-mcp-servers-devops
- License: CC0-1.0
- Homepage: https://trywagner.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.