zerosmtp for Windsurf
io.github.msgwing/zerosmtp
A free SMTP relay that still takes a username and password, for devices that cannot do OAuth 2.0.
client:Windsurf
transport:stdio
runtime:npm
Install zerosmtp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"zerosmtp": {
"command": "npx",
"args": [
"-y",
"zerosmtp-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs