Skip to content
Zed

EnvSync-LE for Zed

io.github.nolindnaidoo/envsync-le

Compare dotenv files and report which keys are missing or extra, by name only.

client:Zed transport:stdio runtime:npm

Install EnvSync-LE in Zed

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

{
  "context_servers": {
    "envsync-le": {
      "command": "npx",
      "args": [
        "-y",
        "envsync-le-mcp"
      ]
    }
  }
}

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

EnvSync-LE in other clients