Skip to content
VS Code

Mailbox for VS Code

io.github.psyb0t/mailbox

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

client:VS Code transport:stdio runtime:oci

Install Mailbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "mailbox": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/mailbox:v0.4.15"
      ]
    }
  }
}

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

Mailbox in other clients