AWS Security scanning MCP Server — works with Kiro, Claude Code, Cursor. Supports AWS China regions.
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"
]
}
}
}
Run in terminal:
claude mcp add aws-security-agent npx -y jowhee327/aws-security-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"aws-security-agent": {
"command": "npx",
"args": [
"-y",
"jowhee327/aws-security-agent"
]
}
}
}