Conversational cloud security compliance auditing. MCP server enabling natural language queries about AWS security posture via Claude and other AI assistants.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-cloud-compliance": {
"command": "npx",
"args": [
"-y",
"uprightsleepy/mcp-cloud-compliance"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-cloud-compliance npx -y uprightsleepy/mcp-cloud-compliance
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-cloud-compliance": {
"command": "npx",
"args": [
"-y",
"uprightsleepy/mcp-cloud-compliance"
]
}
}
}
📋 Copy