Skip to main content
SecurityPython

cyntrisec/cyntrisec-cli

Local-first AWS security analyzer that discovers attack paths and generates remediations using graph theory.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cyntrisec/cyntrisec-cli

Claude Desktop configuration example:

{
  "mcpServers": {
    "cyntrisec-cli": {
      "command": "npx",
      "args": [
        "-y",
        "cyntrisec/cyntrisec-cli"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Python
Author
cyntrisec