Skip to content
Cloud InfrastructureAuto-generatedScore: 46

Amazon DevOps Guru MCP Server

Amazon DevOps Guru is a fully managed artificial intelligence service provided by Amazon Web Services (AWS) designed to enhance operational resilience by automatically detecting anomalous behavior, identifying potential issues, and providing actionable recommendations for applications running on AWS.

Quick Start Summary

The Amazon DevOps Guru MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Amazon DevOps Guru API through natural language. It exposes 10 API endpoints as callable tools, such as ListNotificationChannels, AddNotificationChannel, DescribeInsight, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-devops-guru. This integration is sourced from the auto Amazon DevOps Guru OpenAPI specification (v2020-12-01) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2020-12-01
Install Command
npx -y @mcp/amazonaws-com-devops-guru

Environment Variables

AMAZON_DEVOPS_GURU_API_KEY

Example: your_amazon_devops_guru_api_key

Top Endpoints

POST
/channels

ListNotificationChannels

PUT
/channels

AddNotificationChannel

GET
/insights/{Id}

DescribeInsight

DELETE
/insights/{Id}

DeleteInsight

GET
/accounts/health

DescribeAccountHealth

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
Amazon DevOps Guru is a fully managed artificial intelligence service provided by Amazon Web Services (AWS) designed to enhance operational resilience by automatically detecting anomalous behavior, identifying potential issues, and providing actionable recommendations for applications running on AWS. The service continuously analyzes operational data, such as Amazon CloudWatch metrics, AWS CloudTrail events, and resource configurations, to identify a wide range of operational risks and inefficiencies, including imminent service disruptions, performance degradations, and cost optimization opportunities. Its core capabilities include proactive insights into resource utilization, root cause analysis for anomalies, and guidance for remediation steps, which are delivered via the service's dashboard and API. Typical enterprise use cases include improving mean time to resolution (MTTR) during incidents, automating operational best practices, and ensuring high availability for business-critical applications like e-commerce platforms, real-time data processing systems, and microservices architectures. By surfacing insights without requiring manual rule-setting or expert analysis, DevOps Guru empowers development, operations, and site reliability engineering (SRE) teams to shift from reactive to proactive operational management.
🤖AI Agent Value
When Amazon DevOps Guru is exposed as a set of tools to an AI coding assistant via the Model Context Protocol (MCP), its value is fundamentally transformed from a dashboard-centric analysis tool into a dynamic, queryable knowledge base and action engine. An AI assistant like Claude, Cursor, or Cline gains the ability to programmatically interact with the operational intelligence layer of an AWS environment. Instead of manually navigating the DevOps Guru console or writing custom scripts to fetch data, a developer can instruct the AI to perform complex queries and automations in natural language. The MCP server exposes key API endpoints for retrieving insights, anomalies, and health summaries, as well as for managing notification channels and feedback loops. This integration allows the AI to act as an intelligent operations partner that can understand the current operational state, explain why an alert was triggered, suggest corrective code or configuration changes, and even initiate the configuration of alerting channels—all within the same development workflow.
💬Example Workflows
Practical workflow examples demonstrate significant productivity and operational gains. A developer encountering a performance degradation could instruct the AI agent: "Query DevOps Guru for the latest critical insights related to my api-gateway-prod resource group and summarize the root cause and recommended actions." The AI would use the GET /insights/{Id} endpoint to fetch relevant details and present a concise analysis. To automate incident response, a user could direct the AI: "Set up a new Microsoft Teams notification channel for all high-severity anomalies in the payment-service application and associate it with this SNS topic ARN," prompting the AI to orchestrate calls to POST /channels and PUT /channels. For proactive maintenance, the command "Generate a report of all unresolved anomalies detected in the last 24 hours across our ECS clusters and draft a summary ticket for our backlog" would have the AI agent leverage GET /anomalies/{Id} and POST /accounts/overview to compile the data. Furthermore, the AI can manage the feedback loop by ingesting developer comments to improve future insights via POST /feedback, or by querying the health of monitored accounts with GET /accounts/health to ensure coverage is complete.
🛡️Security & Auth
While the API itself lists "None" for authentication, this refers to the lack of authentication required for calling the MCP tool endpoints locally. The underlying Amazon DevOps Guru service and its API are secured via AWS Identity and Access Management (IAM) and require valid AWS credentials with appropriate permissions. Developers setting up this MCP server must adhere to the principle of least privilege, creating a dedicated IAM user or role with only the specific devops-guru:* permissions required for the intended operations (e.g., devops-guru:ListInsights, devops-guru:DescribeAccountHealth). Best practices include never hardcoding AWS credentials, using environment variables or secure credential stores, and configuring the MCP server in a secure environment with network controls. It is crucial to understand that the MCP server acts as a bridge; all actual data access and mutations are executed with the permissions of the configured AWS credentials, making robust IAM policies essential to protect sensitive operational data and prevent unintended changes to monitoring configurations.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →