vaemail for Windsurf
io.github.vaemail/vaemail
Email infrastructure for AI agents: send, authenticate domains, track delivery, diagnose issues.
client:Windsurf
transport:stdio
runtime:npm
Install vaemail in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vaemail": {
"command": "npx",
"args": [
"-y",
"vaemail"
],
"env": {
"VAEMAIL_API_KEY": "<VAEMAIL_API_KEY>",
"VAEMAIL_BASE_URL": "<VAEMAIL_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs