A Model Context Protocol (MCP) server that provides AWS Well-Architected Security best-practice assessments and guidance. Version 0.1.7, released monthly-ish.
pip install awslabs-well-architected-security-mcp-serverVerified import paths — ran on the pinned version, not inferred.
Starts the MCP server for AWS Well-Architected Security assessments.
Ensure the AWS credentials used (via environment variables, AWS profile, or IAM role) have the required permissions. Attach the AWSWellArchitectedConsoleFullAccess managed policy or craft a custom policy.
Override port via environment variable MCP_SERVER_PORT or modify the source code (currently no CLI argument). Use a different port or ensure 8080 is free.
Replace `from well_architected_security_mcp_server import start_server` with `from well_architected_security_mcp_server import run_server`.