nel veil for Cursor
io.github.nelproinc/nel-veil
Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.
client:Cursor
transport:stdio
runtime:npm
Install nel veil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nel-veil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nel-veil-mcp"
],
"env": {
"NEL_API_URL": "<NEL_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs