Skip to content

isitdisposable mcp for Zed

io.github.richelo/isitdisposable-mcp

An MCP server that lets AI agents check whether an email address or domain is disposable.

client:Zed transport:stdio runtime:npm

Install isitdisposable mcp 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": {
    "isitdisposable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "isitdisposable-mcp"
      ],
      "env": {
        "ISITDISPOSABLE_API_KEY": "<ISITDISPOSABLE_API_KEY>"
      }
    }
  }
}

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

isitdisposable mcp in other clients