Back to MCP Servers
Cyntrisec Cli
Local-first AWS security analyzer that discovers attack paths and generates remediations using graph theory.
securityaws
By cyntrisec
Installation
npx -y cyntrisec-cliConfiguration
{
"mcpServers": {
"cyntrisec-cli": {
"command": "npx",
"args": ["-y", "cyntrisec-cli"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes