aws-security-agent

jowhee327/aws-security-agent
★ 0 stars TypeScript AI/LLM Updated today
AWS Security scanning MCP Server — works with Kiro, Claude Code, Cursor. Supports AWS China regions.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-security-agent": {
      "command": "npx",
      "args": [
        "-y",
        "jowhee327/aws-security-agent"
      ]
    }
  }
}