emfirge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@emfirgeShow me the worst attack path from the internet."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ก๏ธ Emfirge
Git branch for your cloud.
Give your AI a read-only map of AWS. Trace attack paths, model security changes on an isolated branch, and inspect the result before touching production.
Get started ยท Read the docs ยท npm
MCP version: 0.2.3
Emfirge scans through a read-only role, builds an infrastructure graph, and computes security evidence from that snapshot. It can fork the graph, model a proposed change, and report a diff and advisory verdict. Branch changes never mutate AWS. Emfirge computes a security delta; it never guarantees a deployment is safe.
Capability | What it provides |
Graph analysis | Connected resource context rather than isolated checks. |
Attack paths | Routes from public-facing resources toward internal resources and chokepoints. |
Modeled branches | Isolated add, modify, and delete changes with diff, verdict, rollback, and comparison. |
Privacy modes | Local |
Related MCP server: cyntrisec
Install
npx @emfirge/mcp installThen ask your assistant to scan using a read-only role and region. Example placeholder only:
Scan with arn:aws:iam::123456789012:role/EmfirgeReadOnly in us-east-1The account ID above is intentionally non-existent example data. Use your own role when running a real scan.
The 15 MCP tools
Analyze
Tool | Purpose |
| Scan an AWS account and return risk score, finding counts, and |
| Return findings for a scan, optionally filtered by severity. |
| Return internet-to-resource paths, chokepoints, and orphaned resources. |
| Walk a natural-language scenario through entry, pivot, impact, and blast radius. |
| Simulate a supported finding fix and return score and finding deltas. |
| Return CIS AWS Foundations 1.5 or SOC 2 per-control status. |
Branch
Tool | Purpose |
| Create an isolated branch from a completed analysis. |
| Apply an add, modify, or delete change to the branch model, not AWS. |
| Compare the branch model with its base analysis. |
| Return advisory |
| Remove the most recent modeled change. |
| Discard an isolated branch. |
| List branches, optionally by base analysis. |
| Compare branches and rank modeled outcomes safest-first. |
Setup
Tool | Purpose |
| Return a CloudFormation deploy URL for a read-only IAM role. |
Privacy
The MCP supports strict (default), balanced, and off modes. In strict, recognized AWS identifiers are tokenized locally before results reach the LLM; the mapping stays on the local machine. The backend receives the data needed to perform the requested analysis. Credentials in presigned report URLs are scrubbed before URLs are returned. Review outputs under your own data-handling policy.
npx @emfirge/mcp privacy
npx @emfirge/mcp privacy strict|balanced|offTypical flow
read-only scan โ fork graph โ apply modeled change โ diff โ re-run lenses โ advisory verdictA non-empty coverage_warnings field means the verdict is degraded and must not be described as complete coverage. A pass is not a guarantee of safety or application connectivity.
Manual MCP configuration
{
"mcpServers": {
"emfirge": {
"command": "npx",
"args": ["-y", "@emfirge/mcp"],
"env": { "EMFIRGE_PRIVACY": "strict" }
}
}
}See the MCP README and documentation for usage details.
License
The MCP package is licensed under Apache-2.0. The engine is licensed under AGPL-3.0.
This server cannot be deployed
Maintenance
Related MCP Connectors
AWS cloud security scanners for AI agents โ S3, IAM, EC2, EKS, RDS, CloudTrail, CloudWatch Logs
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
IaC attack-path auditor: finds internet-to-crown-jewel chains in Terraform/CFN/K8s.
- ZopDev MCPOAuthdev.zop
Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes
Related MCP Servers
- FlicenseDqualityDmaintenanceEnables read-only assessment of AWS environments by inventorying resources, running security and operational checks, and generating actionable reports with cost analysis. Designed for contractors with support for assume-role authentication using external IDs.10-
- AlicenseAqualityCmaintenanceA local-first AWS security tool that uses graph theory to discover attack paths (e.g., Internet โ Role โ DB) and prioritize remediations. It allows agents to perform read-only security audits and generate Terraform fixes without data exfiltration.154Apache 2.0
- FlicenseNot gradedqualityCmaintenanceEnables Claude AI to automatically audit AWS cloud resource configurations, diagnose security vulnerabilities, and generate high-availability optimization reports.-

shieldly-mcpofficial
AlicenseAqualityCmaintenanceEnables AI assistants to analyze AWS IAM policies and CloudFormation templates for security risks.233 npmMIT