MCP Server
MCP
Cyntrisec CLI (Historical)
Historical AWS analysis CLI; not a current Cyntrisec product.
Install
uvx cyntrisec
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "cyntrisec",
"version": "0.1.14",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AWS profile name to use for authentication",
"name": "AWS_PROFILE"
},
{
"description": "AWS region to use (defaults to profile/env settings)",
"name": "AWS_DEFAULT_REGION"
},
{
"description": "AWS access key ID (use AWS_PROFILE instead if possible)",
"isSecret": true,
"name": "AWS_ACCESS_KEY_ID"
},
{
"description": "AWS secret access key (use AWS_PROFILE instead if possible)",
"isSecret": true,
"name": "AWS_SECRET_ACCESS_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment