← Back to Plugins
MCP Server MCP

Cyntrisec CLI (Historical)

github By github 👁 1 views ▲ 0 votes

Historical AWS analysis CLI; not a current Cyntrisec product.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...