Sandbox
@WagnerAgent/awesome-mcp-servers-devops

DevOps MCP server list for any agent

This repository curates MCP servers for DevOps tasks instead of shipping one server itself. The README organizes options by source control, IaC, Kubernetes, CI/CD, cloud, observability, security, and collaboration.

97 starsβ€’56 forksβ€’Updated 13d ago
Who it's for

Builders who want a shortlist of production-ready MCP servers for DevOps work across their agent setup.

What it delivers

You can choose the right MCP server for a DevOps task without searching across scattered projects.

What it does

DevOps category map

Breaks servers into source control, IaC, Kubernetes, local ops, browser automation, code execution, coding agents, aggregators, CI/CD, cloud, observability, security, and collaboration.

Maintained and production-ready bias

Highlights official and community options, with notes about status, transport, safety, and limitations where the README provides them.

Cross-agent coverage

Lists servers that work across different agent setups, including Claude Code, Cursor, Codex, Gemini CLI, and general MCP clients.

Quick comparison notes

Adds short notes like what each server does, whether it is official, and any important caveats such as beta status or trust requirements.

README

Awesome MCP Servers for DevOps Awesome

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

Star History ChartStar History Chart

Contents

πŸ”€ Source Control

GitHub

The official GitHub MCP server β€” battle-tested and feature-complete.

Repogithub/github-mcp-server
Maintainer🏷️ GitHub (Official)
What it doesRepository operations, issues, PRs, code search, GitHub Actions workflows.
Standout featureπŸ›‘οΈ Lockdown mode for public repos to prevent prompt injection.

Community options

RepoNotes
ddukbg/github-enterprise-mcpGitHub Enterprise API integration.
adhikasp/mcp-git-ingestRead and analyze GitHub repositories.

GitLab

Native GitLab integration via their Duo platform.

DocsGitLab MCP Server Documentation
Maintainer🏷️ GitLab (Official)
What it doesIssues, merge requests, pipelines, commits, cross-project search.
Note⚠️ Requires GitLab 18.6+ for HTTP transport.

Community options

RepoNotes
kopfrechner/gitlab-mr-mcpMerge requests + issues for GitLab.
modelcontextprotocol/server-gitlabReference GitLab server implementation.

Azure DevOps

Repotiberriver256/azure-devops-mcp-server
MaintainerπŸ‘₯ Community
What it doesRepos, work items, pipelines, boards.

Community options

RepoNotes
Tiberriver256/mcp-server-azure-devopsAzure DevOps integration via MCP.
stefanskiasan/azure-devops-mcp-serverAzure DevOps server for Cline.
Vortiago/mcp-azure-devopsAzure DevOps via Python SDK.
aaronsb/ado-mcpAzure DevOps tools for pipelines/work items.

Gitea & Gitee

RepoNotes
gitea/gitea-mcpMCP server for Gitea instances.
oschina/giteeGitee API integration.
modelcontextprotocol/server-gitReference local Git server implementation.

πŸ—οΈ Infrastructure as Code

Terraform

HashiCorp's official MCP server for Terraform workflows.

Repohashicorp/terraform-mcp-server
DocsHashiCorp Developer
Maintainer🏷️ HashiCorp (Official)
What it doesRegistry search, workspace management, plan/apply operations, state inspection.
StatusπŸ§ͺ Beta.

Community implementations

RepoNotes
dulltz/mcp-server-hcp-terraformTerraform Cloud/HCP focused.
guilhermeyoshida/mcp-terraform-assistantLocal Terraform operations.
jashkahar/Terraform-MCP-ServerExposes Terraform operations via MCP.
nwiizo/tfmcpRust-based Terraform MCP server.
severity1/terraform-cloud-mcpTerraform Cloud API integration.
thrash888/terraform-mcp-serverTerraform Registry MCP server.
westonplatter/mcp-terraform-pythonTerraform operations in Python.

Vault

Secrets management via MCP.

Repohashicorp/vault-mcp-server
DocsHashiCorp Developer
Maintainer🏷️ HashiCorp (Official)
What it doesMount management, KV operations, secrets access.
StatusπŸ§ͺ Beta β€” ⚠️ secrets exposure requires trusted clients.

Pulumi

Repopulumi/mcp-server
DocsPulumi MCP Docs
Maintainer🏷️ Pulumi (Official)
What it doesStack 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.

Repoopentofu/opentofu-mcp-server
Maintainer🏷️ OpenTofu (Official)
What it doesRegistry search, provider/module documentation, resource docs.
Remote endpoint🌐 mcp.opentofu.org

Multi-IaC

Repostakpak/mcp
What it doesTerraform, 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.

Repocontainers/kubernetes-mcp-server
Why choose it⚑ Single binary, direct K8s API access, multi-cluster support.

Azure/mcp-kubernetes

Microsoft's implementation.

RepoAzure/mcp-kubernetes
Why choose it🎯 Unified kubectl tool interface, minimal context consumption.

Flux159/mcp-server-kubernetes

Popular community option.

RepoFlux159/mcp-server-kubernetes
Why choose itπŸ›‘οΈ Non-destructive mode, secrets masking, easy Claude Code integration.

alexei-led/k8s-mcp-server

Multi-tool support.

Repoalexei-led/k8s-mcp-server
Why choose it🧰 kubectl + helm + istioctl + argocd in one server.

Community Kubernetes servers

RepoNotes
rohitg00/kubectl-mcp-serverKubernetes CLI via MCP (read/write).
aadarshjain/kubectl-mcp-serverLocal kubectl server (read-only by default).
manusa/kubernetes-mcp-serverKubernetes + OpenShift support.
strowk/mcp-k8s-goGo-based Kubernetes operations.
weibaohui/k8mMulti-cluster management + UI.
weibaohui/komSDK + multi-cluster operations.
wenhuwang/mcp-k8s-eyeCluster health analysis and ops.
kubestellar/consoleAI-powered multi-cluster management dashboard with MCP server (kc-agent) for AI-assisted operations.

Tilt

Reporrmistry/tilt-mcp
What it doesTilt resources, logs, and dev workflow control.

Nomad

Repokocierik/mcp-nomad
What it doesNomad cluster management and analysis.

Docker Hub

Repodocker/hub-mcp
DocsDocker Hub MCP
Maintainer🏷️ Docker (Official)
What it does🐳 Image discovery, repository management, tag inspection.

Nora

Self-hosted control plane for deploying and operating OpenClaw and Hermes agent runtimes on Docker or Kubernetes.

Reposolomon2773/nora
DocsNora MCP server guide
MaintainerπŸ‘₯ Community
What it doesDeploys agent runtimes, controls their lifecycle, and exposes fleet status, metrics, events, and per-agent cost through MCP.
NoteπŸ›‘οΈ Destructive deletion is disabled unless explicitly enabled.

SandBase Harness

Self-hosted MCP bridge for persistent agent sessions and backend-selectable execution sandboxes.

Reposandbaseai/sandbase-harness
MaintainerπŸ‘₯ Community
DocsInstallation and MCP configuration
What it doesExposes session, artifact, and lifecycle tools for agent workflows; supports local, Docker, Kubernetes, and self-hosted Worker sandbox backends.
NoteπŸ›‘οΈ Isolation properties depend on the selected backend and deployment configuration.

Portainer

Repoportainer/portainer-mcp
Maintainer🏷️ Portainer (Official)
What it doesContainer management, deployments, environment operations.
NoteπŸ›‘οΈ Read-only mode available for safety.

Qovery

DocumentationQovery MCP configuration
Maintainer🏷️ Qovery (Official)
What it doesCluster management, app deployments, security, self-service.
NoteGuardrails and permissions management included.

πŸ–₯️ Command Line & Local Ops

Tools for executing commands or interacting with local environments safely.

RepoNotes
MladenSU/cli-mcp-serverSecure CLI execution with policies.
g0t4/mcp-server-commandsRun commands and scripts via MCP.
Harsh-2002/SSH-MCPRemote SSH/SFTP with 43 tools: Docker, monitoring, databases, file ops, VoIP diagnostics, jump host support.
tumf/mcp-shell-serverShell command execution server.
ferrislucas/iterm-mcpiTerm integration for macOS.
OthmaneBlial/term_mcp_deepseekTerminal server for DeepSeek.
maxim-saplin/mcp_safe_local_python_executorSafe local Python execution.
wonderwhy-er/DesktopCommanderMCPLocal file/process control.
automateyournetwork/pyATS_MCPCisco pyATS network automation.

🌐 Browser Automation

RepoNotes
aircodelabs/graspSelf-hosted browser agent.
browserbase/mcp-server-browserbaseCloud browser automation.
browsermcp/mcpLocal Chrome control.
Automata-Labs-team/MCP-Server-PlaywrightPlaywright automation.
blackwhite084/playwright-plus-python-mcpPlaywright + Python.
executeautomation/playwright-mcp-serverPlaywright MCP server.
microsoft/playwright-mcpOfficial Playwright MCP.
co-browser/browser-use-mcp-serverbrowser-use with SSE transport.
eyalzh/browser-control-mcpBrowser control MCP.
ndthanhdev/mcp-browser-kitBrowser automation toolkit.
kimtth/mcp-aoai-web-browsingWeb browsing MCP server.
scrapeless-ai/scrapeless-mcp-serverSERP and web data access.
getrupt/ashra-mcpBrowser automation server.
autonomous-testing/wopee-mcpAI testing agents for web apps β€” dispatch test runs, analysis crawls, and AI agent tests, fetch artifacts and project status.
vostride/agent-qaNatural-language web and mobile regression testing through MCP with persistent memory and self-healing execution.

βš™οΈ Code Execution

RepoNotes
pydantic/pydantic-ai (mcp-run-python)Run Python in a sandbox.
yepcode/mcp-server-jsSecure JS/Python sandbox.
alfonsograziano/node-code-sandbox-mcpNode.js Docker sandbox.
ckanthony/openapi-mcpAccess APIs from OpenAPI specs.

πŸ€– Coding Agents

RepoNotes
bgauryy/octocode-mcpGitHub research + analysis agent.
oraios/serenaLSP-based coding agent.
ezyang/codemcpSimple coding agent MCP.
Wolfe-Jam/claude-faf-mcpPersistent project context tools.
juehang/vscode-mcp-serverVS Code workspace tooling.
doggybee/mcp-server-leetcodeLeetCode problem access.
jinzcdev/leetcode-mcp-serverLeetCode (global/China) access.
willibrandon/CursorMCPMonitorMCP monitoring for Cursor.
Necmttn/axLocal telemetry and cost analytics for AI coding-agent sessions, tools, and skills.
SKULLFIRE07/cortex-memoryPersistent AI memory for coding assistants. Auto-captures decisions, patterns, and context. VSCode extension + CLI + MCP server.
claw-army/claude-nodePython subprocess bridge for Claude Code CLI.
HendryAvila/HoofySpec-driven dev companion with persistent memory, adaptive change pipeline, and Clarity Gate. 32 tools, single Go binary.
maxbaluev/accreted-intelligenceLocal-first Work Model MCP server for coding agents: scored memory plus outcome-credited actions through acc_retrieve and acc_act, with acc.db kept on the user's machine.

πŸ”— Aggregators

RepoNotes
askbudi/roundtableMulti-assistant MCP hub.
composiohq/rube500+ app integrations.
julien040/anyquerySQL over 40+ apps.
metatool-ai/metatool-appMetaMCP with GUI.
mindsdb/mindsdbData unification + MCP.
glenngillen/mcpmcp-serverMCP server registry.
wegotdocs/open-mcpTurn web APIs into MCP.
PipedreamHQ/pipedream2,500+ API integrations.
VeriTeknik/pluggedin-mcp-proxyProxy + discovery layer.
tigranbs/mcgravityMCP load balancing.
waystation-ai/mcpConnect MCP hosts to apps.
sxhxliang/mcp-access-pointOne-click MCP wrapper.
Arch Tools53 production-ready AI tools via MCP with x402 USDC payments.
Not Human SearchSearch engine indexing 1,900+ agent-first tools (MCP servers, OpenAPI, llms.txt). Tools for search_sites, verify_mcp (live JSON-RPC probe), list_categories, and more.
The Stall208 pay-per-call data capabilities via x402 USDC micropayments β€” market intel, crypto/DeFi analytics, infrastructure probes, financial data, and more. No API keys.
Find MCPSearch 17,000+ MCP servers from the official MCP registry, remote (Streamable HTTP, catalog.agentage.io/mcp) or stdio (npx @agentage/find-mcp), no auth needed for search.

πŸš€ CI/CD

Argo CD

GitOps deployment management via AI.

Repoakuity/argocd-mcp
Maintainer🏷️ Akuity (Official β€” Argo CD creators)
What it doesApplication listing, sync operations, resource trees, logs.
TransportsπŸ“‘ stdio, HTTP stream.

Jenkins

Repojenkinsci/mcp-server-plugin
Plugin pageJenkins Plugin Index
MaintainerπŸ‘₯ Jenkins Community
What it doesBuild status, job triggers, console logs.
Requires⚠️ Jenkins 2.479+.

GitHub Actions

RepoTiberriver256/mcp-server-github-actions
MaintainerπŸ‘₯ Community
What it doesWorkflow runs, logs, and pipeline management.

Codemagic (Mobile CI/CD)

Repostefanoamorelli/codemagic-mcp
MaintainerπŸ‘₯ Community
What it doesMobile CI/CD pipeline control.

Ghost in the Droid (Android/iOS Device Control)

Repoghost-in-the-droid/android-agent
MaintainerπŸ‘₯ Community
Installpip install ghost-in-the-droid
What it doesGive any LLM agent a real Android or iPhone as its body. 62 MCP tools: tap, swipe, screenshot, screen-tree reading, app launch, on-device inference (llama.cpp/MediaPipe/MLX). Docker+KVM emulator pools for Android device farms in CI/CD pipelines.
TransportsπŸ“‘ stdio

DevOps Visibility

RepoNotes
HarperZ9/telosLocal-first MCP/CLI workbench for inspectable DevOps agent workflows: workspace maps, CI triage, action receipts, context packs, and operator verification doctors.
SBDI/mcp-devps-hubEnd-to-end DevOps visibility.
gofireflyio/firefly-mcpCloud resource discovery and codification.

CI/CD Helpers

RepoNotes
Acid-base/FastMCP-ProperMCP server with CI/CD tooling.
lobehub/mcp-hello-worldCI/CD test server.
joeyycli/constitution-lint-actionGitHub Action + MCP server that lints CLAUDE.md-style agent constitution files for missing operational guardrails (spend limits, injection defense, escalation paths, secrets rules).

Build Tools

RepoNotes
arvindand/maven-tools-mcpMaven and build tooling.
nowork-studio/toprankNotFair Google Ads MCP server. Diagnose campaigns, recommend optimizations, execute approved changes via the Google Ads API.

☁️ Cloud Platforms

AWS

AWS provides a collection of MCP servers for their services.

Repoawslabs/mcp
DocsAWS MCP Servers
Maintainer🏷️ AWS (Official)
IncludesπŸ“¦ AWS API server, Documentation server, Knowledge server, Prometheus server.

Community options

RepoNotes
alexei-led/aws-mcp-serverAWS CLI-based MCP server.

Azure

RepoNotes
jdubois/azure-cli-mcpAzure CLI wrapper.
hardik-id/azure-resource-graph-mcp-serverAzure Resource Graph queries.
erikhoward/adls-mcp-serverAzure Data Lake Storage.

Cloudflare

Comprehensive coverage of Cloudflare's platform.

Repocloudflare/mcp-server-cloudflare
DocsCloudflare Agents Docs
Maintainer🏷️ Cloudflare (Official)
What it does⚑ Workers, KV, R2, D1, observability.
CountπŸ“¦ 13 specialized MCP servers.

Alibaba Cloud

Repoaliyun/alibaba-cloud-ops-mcp-server
Maintainer🏷️ Alibaba Cloud (Official)
What it doesECS, Cloud Monitor, OOS operations.
Also availableπŸ“¦ ACK (Kubernetes), DataWorks, DMS, Function Compute.

Other Platforms

RepoNotes
bright8192/esxi-mcp-serverVMware ESXi/vCenter management.
thunderboltsid/mcp-nutanixNutanix Prism Central integration.

πŸ“Š Observability

Grafana

Repografana/mcp-grafana
Maintainer🏷️ Grafana Labs (Official)
What it doesπŸ“ˆ Dashboard queries, alerts, datasource info, incident management.
Requires⚠️ Grafana 9.0+.
RelatedπŸ“¦ Loki MCP, Tempo MCP.

Datadog

RepoTANTIOPE/datadog-mcp-server
MaintainerπŸ‘₯ Community
What it doesπŸ“Š Logs search, APM trace filtering, metrics queries, dashboards, monitors, incidents, SLOs, synthetics, and more.
NoteπŸ“¦ Available via npx datadog-mcp or Docker. Supports stdio + HTTP transports, read-only mode.

Prometheus

Several community implementations available.

RepoLangNotes
pab1it0/prometheus-mcp-server🐍 Python⭐ 177 stars, well-documented.
yshngg/prometheus-mcp-server🏎️ Goβœ… 100% Prometheus API compatibility.
idanfishman/prometheus-mcpπŸ“‡ Node.jsπŸ“‘ stdio + HTTP transports.
etruong42/prometheus-mcp🐍 PythonCommunity implementation.
loginmqv/mcp-server-prometheusπŸ“‡ Node.jsPrometheus MCP server.
CaesarYangs/prometheus_mcp_server🐍 PythonPrometheus MCP server.

AWS also provides a Prometheus MCP Server for Amazon Managed Prometheus with SigV4 auth.

VictoriaMetrics

RepoVictoriaMetrics-Community/mcp-victoriametrics
What it doesVictoriaMetrics query + metrics access.

Alertmanager

Repokaznak/alertmanager-mcp
What it doesAlertmanager alerts and silences.

APM & Monitoring

RepoNotes
dynatrace-oss/dynatrace-mcpDynatrace monitoring integration.
last9/last9-mcp-serverLast9 observability.
Uptrack-App/uptrack-mcpUptime monitoring β€” 10 tools for monitor/incident management. Remote MCP (OAuth 2.0) + stdio.

πŸ”’ Security

Snyk

Vulnerability scanning directly from your AI assistant.

DocsSnyk MCP Documentation
Maintainer🏷️ Snyk (Official)
What it doesπŸ” Code scanning, dependency checks, container scanning, IaC analysis, SBOM generation.
AccessπŸ’» Via snyk mcp CLI command (v1.1296.2+).

Semgrep

Reposemgrep/mcp
DocsSemgrep MCP Docs
Maintainer🏷️ Semgrep (Official)
What it doesπŸ” Static analysis, OWASP scanning, custom rule execution.
Remote🌐 https://mcp.semgrep.ai (no auth required).

Palisade

Email-authentication security and remediation for domains.

Repopalisadeemail/palisade-mcp
DocsPalisade MCP
Maintainer🏷️ Palisade (Official)
What it doesπŸ›‘οΈ Manage DMARC, SPF, DKIM, BIMI, MTA-STS, DNS records, domain verification, and remediation tasks.
AccessπŸ’» npx -y @palisadeemail/mcp with PALISADE_API_KEY; remote Streamable HTTP endpoint at https://api.palisade.email/mcp with Bearer authentication.

Community Security Servers

RepoNotes
zyx77550/spardaProof-Carrying Code and deterministic security gate for AI agents.
LaurieWired/GhidraMCPGhidra reverse engineering.
13bm/GhidraMCPGhidra analysis tools.
BurtTheCoder/mcp-shodanShodan search + CVE data.
BurtTheCoder/mcp-virustotalVirusTotal scanning.
fr0gger/MCP_SecurityORKL threat intelligence.
girste/mcp-cybersec-watchdogLinux security audit.
qianniuspace/mcp-security-auditnpm dependency audits.
rad-security/mcp-serverKubernetes security insights.
roadwy/cve-search_mcpCVE-Search API.
operantlabs/operant-mcp51 security testing tools for pentesting, vulnerability scanning, and security auditing.
securityfortech/secops-mcpSecurity testing toolbox.
slouchd/cyberchef-api-mcp-serverCyberChef API access.
nickpending/mcp-reconRecon + domain analysis.
Agnuxo1/EnigmAgentAES-256-GCM + Argon2id encrypted vault. Resolves {{PLACEHOLDER}} secrets so API keys never appear in prompts.
ezequiellich44-cmd/MandateGuardDeterministic payment policy enforcement for AI agents: pre-action gate enforcing budgets, allowlists, denylists, rate limits, and signed Ed25519 payment mandates with zero LLM in the decision path. Tamper-evident SHA-256 chained audit ledger; official MCP server on the Model Context Protocol Registry.

πŸ“ Collaboration

Atlassian (Jira + Confluence)

Repoatlassian/atlassian-mcp-server
DocsAtlassian Remote MCP
Maintainer🏷️ Atlassian (Official)
What it doesπŸ“‹ Jira issues, Confluence pages, Compass integration, cross-product workflows.
SecurityπŸ” OAuth 2.0, respects existing permissions.

Community alternative with Server/Data Center support: sooperset/mcp-atlassian.

Jira (Community)

Reponguyenvanduocit/jira-mcp
What it doesJira issue queries and updates.

Project Management

RepoMervinPraison/praisonai-mcp
What it doesProject workflows via PraisonAI.

Service Desks

RepoNotes
effytech/freshdesk_mcpFreshdesk integration.
dbsanfte/topdesk-mcpTOPdesk integration.

Notion

Repomakenotion/notion-mcp-server
DocsNotion MCP
Maintainer🏷️ Notion (Official)
What it doesπŸ“„ Page/database queries, content creation, workspace navigation.
Options🌐 Hosted server or 🏠 self-host via npm/Docker.

⚑ Getting Started

Basic Setup Pattern

Most MCP servers follow this configuration pattern for Claude Desktop or similar clients:

{
  "mcpServers": {
    "server-name": {
      "command": "npx",
      "args": ["-y", "@org/mcp-server-package"]
    }
  }
}

For remote/hosted servers:

{
  "mcpServers": {
    "server-name": {
      "type": "http",
      "url": "https://server-endpoint.example.com/mcp"
    }
  }
}

πŸ›‘οΈ Safety First

Recommendation
1️⃣Start read-only β€” Most servers support read-only modes. Use them until you trust the integration.
2️⃣Scope permissions β€” Use dedicated API tokens with minimal required access.
3️⃣Audit actions β€” Log what your AI assistant does, especially for write operations.
4️⃣Test in staging β€” Don't let AI touch production until you've validated behavior.

Contributing

Have a DevOps MCP server that should be here? See contributing.md.

Requirements:

  • βœ… Must have a working public repository or documentation.
  • βœ… Must be relevant to DevOps workflows.
  • βœ… Must include verified links.

Resources

License

CC0

To the extent possible under law, Wagner has waived all copyright and related rights to this work.

Files in the repo

Repository payloadβ€’3 top-level entries
  • CONTRIBUTING.md
  • LICENSE
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More collections

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞

52k

A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.

34k