Skip to content
Zed

localecheck for Zed

io.github.qinisolabs/localecheck

Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US)

client:Zed transport:stdio runtime:npm

Install localecheck in Zed

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

{
  "context_servers": {
    "localecheck": {
      "command": "npx",
      "args": [
        "-y",
        "localecheck"
      ]
    }
  }
}

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

localecheck in other clients