SafeLine (MCP Server)

GitHub

SafeLine is a self-hosted WAF(Web Application Firewall) / reverse proxy to protect your web apps from attacks and exploits.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "SafeLine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-SafeLine"
      ]
    }
  }
}