Skip to content
Zed

Domain Check for Zed

io.github.stucchi/domain-check

Check domain availability across 500+ TLDs. Single and bulk checks with UI.

client:Zed transport:stdio runtime:pypi

Install Domain Check in Zed

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

{
  "context_servers": {
    "domain-check": {
      "command": "uvx",
      "args": [
        "domain-check-mcp"
      ]
    }
  }
}

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

Domain Check in other clients