ja normalize for Zed
io.github.kojimahyui01/ja-normalize
Holidays/business days for 200+ countries; Japanese address, name, bank and company normalization.
client:Zed
transport:stdio
runtime:npm
Install ja normalize in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ja-normalize": {
"command": "npx",
"args": [
"-y",
"ja-normalize-mcp"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs