Back to Browse

AI Firewall MCP Server

SecurityUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

About

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

Security Report

4.2
Use Caution4.2High Risk

The AI Firewall MCP server is a security-focused tool with generally solid architecture and reasonable permissions matching its purpose. The codebase demonstrates good security practices (no hardcoded credentials, proper input validation, fail-safe defaults). However, several code quality concerns and a moderate risk around untested error handling in the MCP server layer prevent a higher score. The server appropriately uses environment variables for configuration and has no evidence of data exfiltration or malicious patterns. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

6 files analyzed · 13 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.

env_vars

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

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-akhilucky-ai-firewall-mcp": {
      "args": [
        "ai-firewall-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!