AWS Labs MCP
The awslabs/mcp suite — separate servers for AWS documentation, CDK guidance, cost analysis, and core prompt handling. Run each via uvx and add only the ones your team uses.
Your staging deploy is green, but production 500s the moment real traffic hits. The runbook is three engineers’ tribal knowledge, your Terraform state drifted from reality months ago, and the one person who understands the Helm values is on vacation. DevOps is where small mistakes compound into outages — and where an AI assistant that can read your manifests, query your metrics, and draft a remediation plan changes how fast you recover.
These guides show how to use Cursor, Claude Code, and Codex across the deployment lifecycle: generating pipelines and infrastructure code, debugging failing clusters, and running incident response. Each one is built around copy-paste prompts and the failure modes that generic tutorials skip.
For DevOps, the difference between a generic answer and a useful one is whether the assistant can see your actual state. Model Context Protocol (MCP) servers give Cursor, Claude Code, and Codex live, read-only access to your toolchain, so instead of pasting log dumps you let the agent query the source. MCP setup is identical across all three tools — point them at the same server config.
A few that are mature and worth wiring up in 2026:
AWS Labs MCP
The awslabs/mcp suite — separate servers for AWS documentation, CDK guidance, cost analysis, and core prompt handling. Run each via uvx and add only the ones your team uses.
Datadog MCP
Datadog’s MCP server reached general availability in March 2026. It feeds live logs, metrics, and traces into the agent during an investigation — under your existing access controls.
Grafana MCP
grafana/mcp-grafana lets the agent search dashboards, run PromQL/LogQL queries, and pull incident context directly from your Grafana instance.
Terraform MCP
hashicorp/terraform-mcp-server gives the agent current Registry provider docs and module metadata so generated HCL targets real arguments. Still beta — keep it out of production-write paths.
Pick the workflow closest to what’s on fire right now. Each guide opens with a concrete scenario and ends with copy-paste prompts and a “When This Breaks” section. For broader operations coverage, see the related guides below.