Skip to content
Zed

Inbox Check — Email Deliverability Test for Zed

io.github.live-direct-marketing/inbox-check

Email inbox placement tests across Gmail, Outlook, Yahoo, Mail.ru, Yandex (SPF/DKIM/DMARC).

client:Zed transport:stdio runtime:npm

Install Inbox Check — Email Deliverability Test in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "inbox-check": {
      "command": "npx",
      "args": [
        "-y",
        "ldm-inbox-check-mcp"
      ],
      "env": {
        "INBOX_CHECK_API_KEY": "<INBOX_CHECK_API_KEY>",
        "INBOX_CHECK_BASE_URL": "<INBOX_CHECK_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Inbox Check — Email Deliverability Test in other clients