Skip to content
VS Code

e2a — email for AI agents for VS Code

dev.e2a/mcp-server

Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

client:VS Code transport:streamable-http

Install e2a — email for AI agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://api.e2a.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

e2a — email for AI agents in other clients