mcp for Zed
io.github.agenticmail/mcp
Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@agenticmail/mcp"
],
"env": {
"AGENTICMAIL_API_KEY": "<AGENTICMAIL_API_KEY>",
"AGENTICMAIL_MASTER_KEY": "<AGENTICMAIL_MASTER_KEY>",
"AGENTICMAIL_API_URL": "<AGENTICMAIL_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs