agentsbase — Email for AI Agents for Zed
net.agentsbase/mcp
Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.
client:Zed
transport:stdio
runtime:npm
Install agentsbase — Email for AI Agents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"agentsbase-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs