cloud-audit for Grok
io.github.gebalamariusz/cloud-audit
AWS security scanner with attack chain detection, IAM privilege escalation, and fixes
client:Grok
transport:stdio
runtime:pypi
Install cloud-audit in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cloud-audit": {
"type": "stdio",
"command": "uvx",
"args": [
"cloud-audit"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs