samvas-codes/dawshund_mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/samvas-codes/dawshund_mcpClaude Desktop configuration example:
{
"mcpServers": {
"dawshundmcp": {
"command": "npx",
"args": [
"-y",
"samvas-codes/dawshund_mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.