Skip to content

Regex/Email/URL Validator for Zed

com.apished/regex-email-url-validator

Regex matching, email/URL format validation, and JSON Schema validation.

client:Zed transport:streamable-http tools:4

Install Regex/Email/URL Validator in Zed

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

{
  "context_servers": {
    "regex-email-url-validator": {
      "url": "https://apished.com/mcp/v1/validate"
    }
  }
}

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

What Zed can do once it is connected

Regex/Email/URL Validator in other clients