MailFlat for Zed
io.github.mailflat/mailflat-mcp
Real email inboxes for AI agents: open an address, read the one-time code, send mail.
client:Zed
transport:stdio
runtime:pypi
Install MailFlat in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mailflat-mcp": {
"command": "uvx",
"args": [
"mailflat-mcp"
],
"env": {
"MAILFLAT_API_KEY": "<MAILFLAT_API_KEY>",
"MAILFLAT_API_URL": "<MAILFLAT_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs