Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Shieldly

БесплатноНе проверен

Enables AI assistants to analyze AWS IAM policies and CloudFormation templates for security risks.

GitHubEmbed

Описание

Enables AI assistants to analyze AWS IAM policies and CloudFormation templates for security risks.

README

AI-Powered Security Analysis for AWS — official MCP server.

Gives any MCP-compatible AI assistant (Claude Code, Claude Desktop, Cursor, etc.) two tools to analyze AWS IAM policies and CloudFormation templates for security risks — privilege escalation paths, wildcards, and other over-permissive access. Powered by Shieldly.

Setup

Add to your MCP client config (e.g. Claude Desktop's claude_desktop_config.json, or Claude Code's .mcp.json):

{
  "mcpServers": {
    "shieldly": {
      "command": "npx",
      "args": ["-y", "@shieldly/mcp"]
    }
  }
}

Try it free — no account needed

Both tools run in demo mode without an API key (rate-limited, no signup). For higher limits, set SHIELDLY_API_KEY:

{
  "mcpServers": {
    "shieldly": {
      "command": "npx",
      "args": ["-y", "@shieldly/mcp"],
      "env": { "SHIELDLY_API_KEY": "sk_live_..." }
    }
  }
}

Get an API key (Builder plan or above): https://www.shieldly.io/app/api

Tools

analyze_iam_policy

Analyzes an IAM identity policy, or a cross-account trust+identity pair.

Argument Type Description
policy string The IAM policy JSON as a string.
policyType identity | cross_account Defaults to identity.

analyze_cloudformation_template

Analyzes a CloudFormation template — extracts IAM roles/policies and flags over-permissive access.

Argument Type Description
template string The CloudFormation template JSON as a string.

Also available as

License

MIT

from github.com/shieldly-io/mcp

Установка Shieldly

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/shieldly-io/mcp

FAQ

Shieldly MCP бесплатный?

Да, Shieldly MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Shieldly?

Нет, Shieldly работает без API-ключей и переменных окружения.

Shieldly — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Shieldly в Claude Desktop, Claude Code или Cursor?

Открой Shieldly на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Shieldly with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai