Skip to content
Grok

nel veil for Grok

io.github.nelproinc/nel-veil

Free passive security scanning - check any domain's DMARC, TLS, headers, and exposures.

client:Grok transport:stdio runtime:npm

Install nel veil in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nel-veil": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nel-veil-mcp"
      ],
      "env": {
        "NEL_API_URL": "<NEL_API_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

nel veil in other clients