Skip to content

i18n codelens mcp for Zed

io.github.hepter/i18n-codelens-mcp

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

client:Zed transport:stdio runtime:npm

Install i18n codelens mcp in Zed

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

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

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

i18n codelens mcp in other clients