maildev mcp for Windsurf
io.github.pierre3/maildev-mcp
MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.
client:Windsurf
transport:stdio
runtime:nuget
Install maildev mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"maildev-mcp": {
"command": "dnx",
"args": [
"MailDevMcp",
"--yes"
],
"env": {
"MAILDEV_API_PORT": "<MAILDEV_API_PORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs