Skip to content
Zed

nativ for Zed

io.github.ashish-nativ/nativ

AI-powered localization — translate, manage translation memory, and access style guides.

client:Zed transport:stdio runtime:pypi

Install nativ 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": {
    "nativ": {
      "command": "uvx",
      "args": [
        "nativ-mcp"
      ],
      "env": {
        "NATIV_API_KEY": "<NATIV_API_KEY>",
        "NATIV_API_URL": "<NATIV_API_URL>"
      }
    }
  }
}

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

nativ in other clients