Best MCP Servers for Cloud Infrastructure
Top-ranked MCP servers for AWS, GCP, Azure, Docker, Kubernetes, and infrastructure automation. Scored from the AgentRank index.
Cloud infrastructure MCP servers let AI agents interact with cloud platforms β provisioning resources, reading logs, scaling services, managing containers, and executing Terraform plans. They are the missing layer between your LLM and your cloud control plane.
This guide ranks the top cloud and DevOps MCP servers from the AgentRank index β covering AWS, GCP, Azure, Docker, Kubernetes, Terraform, Ansible, and CI/CD pipelines. Use these to build agents that can self-heal infrastructure, respond to incidents, and automate deployments.
Top Cloud Infrastructure MCP servers
Ranked by the composite AgentRank score β a weighted blend of stars (15%), freshness (25%), issue health (25%), contributors (10%), and inbound dependents (25%). Average score across these 8 tools: 72.2.
| # | Repository | Score | Stars | Lang | Updated |
|---|---|---|---|---|---|
| 1 | rohitg00/kubectl-mcp-server A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or p⦠| 78.2 | 849 | Python | 6mo ago |
| 2 | Flux159/mcp-server-kubernetes MCP Server for kubernetes management commands | 77.9 | 1.3k | TypeScript | 6mo ago |
| 3 | AmoyLab/Unla 𧩠MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Serv⦠| 74.9 | 2.1k | TypeScript | 6mo ago |
| 4 | containers/kubernetes-mcp-server Model Context Protocol (MCP) server for Kubernetes and OpenShift | 73.3 | 1.3k | Go | 6mo ago |
| 5 | hashicorp/terraform-mcp-server The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling β¦ | 71.8 | 1.3k | Go | 6mo ago |
| 6 | microsoft/mcp-gateway MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, se⦠| 71.2 | 520 | C# | 6mo ago |
| 7 | DeusData/codebase-memory-mcp MCP server that indexes your codebase into a persistent knowledge graph. 64 languages, sub⦠| 67.4 | 631 | C | 6mo ago |
| 8 | alexei-led/k8s-mcp-server K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Cl⦠| 62.5 | 205 | Python | 6mo ago |
Choosing by use case
- AWS services
- Read CloudWatch logs, manage S3 buckets, trigger Lambda functions, and query EC2 state from your agent.
- Kubernetes & containers
- List pods, view events, exec into containers, and apply manifests via kubectl through an MCP interface.
- Terraform & IaC
- Plan and apply infrastructure changes, read state, and understand drift β without leaving the agent context.
- CI/CD pipelines
- Trigger GitHub Actions, read pipeline status, and respond to build failures automatically.
Quick setup
Most MCP servers follow the same config pattern. Add this to your Claude Desktop, Cursor, or Windsurf MCP config file:
{
"mcpServers": {
"aws-kb": {
"command": "npx",
"args": ["-y", "awslabs.aws-kb-retrieval-server@latest"],
"env": { "AWS_ACCESS_KEY_ID": "...", "AWS_SECRET_ACCESS_KEY": "..." }
}
}
} See the integrations page for platform-specific setup guides for Claude Code, Cursor, VS Code, Windsurf, and Cline.
Reading the AgentRank signals
Each tool in this guide is scored on five signals that predict long-term reliability:
| Signal | Weight | What it means |
|---|---|---|
| Stars | 15% | Raw popularity β how many developers have found and bookmarked this tool |
| Freshness | 25% | Days since last commit β tools with no recent commits decay hard after 90 days |
| Issue health | 25% | Ratio of closed to total issues β measures maintainer responsiveness |
| Contributors | 10% | More contributors = less bus-factor risk, broader review surface |
| Dependents | 25% | How many other repos depend on this β the strongest signal of real-world adoption |
Query this live from your editor: Install AgentRank in Cursor, VS Code, or Claude Code β your AI agent can query live rankings on demand.
Missing a tool? Submit it to the index β new tools are scored in the next nightly crawl.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights β straight to your inbox.