Email (IMAP/SMTP) for Windsurf
io.github.boutquin/email
Multi-account IMAP/SMTP email server with 22 tools for reading, sending, searching, and organizing.
client:Windsurf
transport:stdio
runtime:oci
Install Email (IMAP/SMTP) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"email": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/boutquin/mcp-server-email:latest"
],
"env": {
"EMAIL_CONFIG_FILE": "<EMAIL_CONFIG_FILE>",
"EMAIL_ACCOUNTS": "<EMAIL_ACCOUNTS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs