Skip to content
Cursor

email guard mcp for Cursor

io.github.mlawsonking/email-guard-mcp

Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.

client:Cursor transport:stdio runtime:npm

Install email guard mcp in Cursor

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

{
  "mcpServers": {
    "email-guard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "email-guard-mcp"
      ]
    }
  }
}

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

email guard mcp in other clients