← Index

Cyntrisec AWS Security

io.github.cyntrisec/cyntrisec·v0.1.10·AWS
Quality Score
81
/100

AWS security analysis: attack paths, compliance checking, and remediation planning.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "cyntrisec": {
      "command": "uvx",
      "args": [
        "cyntrisec"
      ],
      "env": {
        "AWS_PROFILE": "<aws_profile>",
        "AWS_DEFAULT_REGION": "<aws_default_region>",
        "AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
        "AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>"
      }
    }
  }
}
§02  Environment variables
AWS_PROFILE

AWS profile name to use for authentication

AWS_DEFAULT_REGION

AWS region to use (defaults to profile/env settings)

AWS_ACCESS_KEY_ID
secret

AWS access key ID (use AWS_PROFILE instead if possible)

AWS_SECRET_ACCESS_KEY
secret

AWS secret access key (use AWS_PROFILE instead if possible)

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in AWS