Skip to content

i18n agent action for Zed

io.github.samyuan1990/i18n-agent-action

An i18n github action for language translate

client:Zed transport:stdio runtime:oci

Install i18n agent action in Zed

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

{
  "context_servers": {
    "i18n-agent-action": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/SamYuan1990/i18n-agent-action:mcp"
      ]
    }
  }
}

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

i18n agent action in other clients