HomeSecurity › Cyntrisec CLI (Historical)

Cyntrisec CLI (Historical)

Historical AWS analysis CLI; not a current Cyntrisec product.

Python Local
★ 4 stars Last pushed 2026-05-06 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.14)

uvx cyntrisec

Or add to your MCP client config:

{
  "mcpServers": {
    "cyntrisec-cli": {
      "command": "uvx",
      "args": [
        "cyntrisec"
      ],
      "env": {
        "AWS_PROFILE": "<YOUR_VALUE>",
        "AWS_DEFAULT_REGION": "<YOUR_VALUE>",
        "AWS_ACCESS_KEY_ID": "<YOUR_VALUE>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry