email guard mcp for Zed
io.github.mlawsonking/email-guard-mcp
Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.
client:Zed
transport:stdio
runtime:npm
Install email guard mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"email-guard-mcp": {
"command": "npx",
"args": [
"-y",
"email-guard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs