Skip to content
VS Code

test mailbox for VS Code

io.github.therealmrfunguy/test-mailbox

Disposable email inboxes for testing — create addresses, wait for messages, extract links.

client:VS Code transport:sse

Install test mailbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "test-mailbox": {
      "type": "sse",
      "url": "https://mail.rjctdlabs.xyz/sse"
    }
  }
}

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

test mailbox in other clients