SafeLine is a self-hosted WAF(Web Application Firewall) / reverse proxy to protect your web apps from attacks and exploits.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"SafeLine": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-SafeLine"
]
}
}
}