Skip to content
Zed

mailtrap for Zed

com.mcparmory/mailtrap

Send emails and manage sending domains, suppression lists, and delivery analytics

client:Zed transport:stdio runtime:pypi

Install mailtrap in Zed

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

{
  "context_servers": {
    "mailtrap": {
      "command": "uvx",
      "args": [
        "mcparmory-mailtrap"
      ]
    }
  }
}

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

mailtrap in other clients