Cyntrisec CLI (Historical) for Cursor
io.github.cyntrisec/cyntrisec
Historical AWS analysis CLI; not a current Cyntrisec product.
client:Cursor
transport:stdio
runtime:pypi
Install Cyntrisec CLI (Historical) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cyntrisec": {
"type": "stdio",
"command": "uvx",
"args": [
"cyntrisec"
],
"env": {
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_DEFAULT_REGION": "<AWS_DEFAULT_REGION>",
"AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs