Back to Browse

Emfirge MCP Server

Developer ToolsUse Caution3.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes.

About

Git branch for your cloud. Understand AWS risk, prove fixes, and ship safer changes.

Security Report

3.8
Use Caution3.8High Risk

Emfirge is a legitimate AWS security analysis MCP server with read-only design and generally sound architecture. However, several moderate security concerns exist: subprocess execution for Terraform code generation without visible input sanitization, potential sensitive data exposure in LLM prompts, rate limiting that resets on server restart, and token handling practices that depend on undisclosed backend implementation. The permissions align well with its security audit purpose. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 17 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

process_spawn

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Tokenization mode: strict (default), balanced, or offOptional

Environment variable: EMFIRGE_PRIVACY

Backend URL — override to point at a self-hosted backendOptional

Environment variable: EMFIRGE_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-theanshsonkar-emfirge": {
      "env": {
        "EMFIRGE_PRIVACY": "your-emfirge-privacy-here",
        "EMFIRGE_BASE_URL": "your-emfirge-base-url-here"
      },
      "args": [
        "-y",
        "@emfirge/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!