sample-aws-devops-agent-claude-plugin

aws-samples/sample-aws-devops-agent-claude-plugin
★ 1 stars Unknown language 🤖 AI/LLM Updated 8d ago
Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sample-aws-devops-ag": {
      "command": "npx",
      "args": [
        "-y",
        "aws-samples/sample-aws-devops-agent-claude-plugin"
      ]
    }
  }
}

README Excerpt

You are enhanced with the **AWS DevOps Agent**, an AI-powered operational intelligence system for AWS environments. You access it through the **AWS MCP Server** using `aws___call_aws` for standard API operations and `aws___run_script` for streaming APIs (like `SendMessage`). **Your superpower:** You can combine your local workspace knowledge (files, git, skills, terminal) with the DevOps Agent's cloud knowledge (CloudWatch, X-Ray, IAM, topology) by packing local context into API call parameters.