Skip to content
VS Code

AgenticEmail for VS Code

dev.agenticemail/mcp

Hosted email for AI agents: create inboxes, send, receive, and reply over MCP with scoped API keys

client:VS Code transport:streamable-http

Install AgenticEmail in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://api.agenticemail.dev/mcp"
    }
  }
}

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

AgenticEmail in other clients