Skip to content
Gemini CLI

ja normalize for Gemini CLI

io.github.kojimahyui01/ja-normalize

Holidays/business days for 200+ countries; Japanese address, name, bank and company normalization.

client:Gemini CLI transport:stdio runtime:npm

Install ja normalize in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ja-normalize": {
      "command": "npx",
      "args": [
        "-y",
        "ja-normalize-mcp"
      ],
      "env": {
        "X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ja normalize in other clients