Skip to content
Zed

Agent Email List for Zed

com.agentemaillist/agent-email-list

Email sending and receiving for AI agents, with a Mailgun-shaped API. An agent can open a free account on its own with create_account, add and verify a sending domain, send mail with a test mode, and read inbox messages and delivery events. Authenticate later calls with the returned API key as a bearer token.

client:Zed transport:streamable-http tools:8

Install Agent Email List in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "agent-email-list": {
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

What Zed can do once it is connected

Agent Email List in other clients