Odel
AI Firewall MCP

AI Firewall MCP

Local
@akhiluckyPythonMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIai-firewall-mcpv1.0.1

Run

uvx ai-firewall-mcp

MCP client config

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