email guard mcp for VS Code
io.github.mlawsonking/email-guard-mcp
Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.
client:VS Code
transport:stdio
runtime:npm
Install email guard mcp in VS Code
.vscode/mcp.json
{
"servers": {
"email-guard-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"email-guard-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs