Skip to content
Cursor

AI Firewall MCP for Cursor

io.github.akhilucky/ai-firewall-mcp

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

client:Cursor transport:stdio runtime:pypi

Install AI Firewall MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AI Firewall MCP in other clients