Odel
MCP

MCP

Local
@mlawsonkingJavaScriptMITUpdated 6 days ago

Input/output safety for AI agents: known-pattern injection and obfuscation scan, URL/IP, secrets.

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).

npmagent-firewall-mcpv1.3.0

Run

npx -y agent-firewall-mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agent-firewall-mcp"
      ]
    }
  }
}