Skip to content
Gemini CLI

i18n codelens mcp for Gemini CLI

io.github.hepter/i18n-codelens-mcp

Inspect, audit and safely edit i18n locale JSON files from AI agents.

client:Gemini CLI transport:stdio runtime:npm

Install i18n codelens mcp 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": {
    "i18n-codelens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "i18n-codelens-mcp"
      ],
      "env": {
        "WORKSPACE_ROOT": "<WORKSPACE_ROOT>",
        "I18N_GLOB": "<I18N_GLOB>",
        "I18N_CODE_GLOB": "<I18N_CODE_GLOB>"
      }
    }
  }
}

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

i18n codelens mcp in other clients