Cyntrisec CLI is a read-only tool that scans AWS infrastructure to build capability graphs and discover attack paths. It prioritizes fixes based on ROI and outputs results in deterministic JSON format.
From the registry: Historical AWS analysis CLI; not a current Cyntrisec product.
$ pip install cyntrisecPlease install the `cyntrisec` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install cyntrisec** — Install from PyPI. Run: `pip install cyntrisec`
- **AWS CLI configured** — Requires AWS CLI configured with credentials (aws configure) or env vars. (https://aws.amazon.com/cli/)
- **Create IAM role** — Run 'cyntrisec setup iam <account-id> --output role.tf' and apply with Terraform to create the read-only role.
Canonical MCP server config (stdio transport):
- command: `python`
- args: ["-m","cyntrisec","serve"]
Note: AWS capability graph analysis via AssumeRole. Scans are stored in ~/.cyntrisec/scans/.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AWS_ACCESS_KEY_IDrequiredAWS access key for authentication.AWS_SECRET_ACCESS_KEYrequiredAWS secret key for authentication.AWS_DEFAULT_REGIONDefault AWS region for the CLI operations.Dead code, security, secrets detection and code quality for Python, TypeScript, Go.