EmptyInbox for Zed
io.github.cnohall/emptyinbox
Zero-config disposable email inboxes for AI agents: create, read mail, await verify codes.
client:Zed
transport:stdio
runtime:npm
Install EmptyInbox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"emptyinbox": {
"command": "npx",
"args": [
"-y",
"emptyinbox-mcp"
],
"env": {
"EMPTYINBOX_API_KEY": "<EMPTYINBOX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs