test mailbox for Cursor
io.github.therealmrfunguy/test-mailbox
Disposable email inboxes for testing — create addresses, wait for messages, extract links.
client:Cursor
transport:sse
Install test mailbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"test-mailbox": {
"url": "https://mail.rjctdlabs.xyz/sse"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs