Back to MCP Servers
Dawshund
An MCP server based on dAWShund to enumerate AWS IAM data, analyze effective permissions, and visualize access relationships across users, roles, and resources. Built for cloud security engineers who want fast, easy and effective insights into AWS identity risk.
securityaws
By samvas-codes
Installation
npx -y dawshund_mcpConfiguration
{
"mcpServers": {
"dawshund_mcp": {
"command": "npx",
"args": ["-y", "dawshund_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes