Skip to content
VS Code

e2a — email for AI agents for VS Code

io.github.mnexa-ai/mcp-server

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

client:VS Code transport:streamable-http runtime:npm

Install e2a — email for AI agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server": {
      "type": "http",
      "url": "https://mcp.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