Skip to content
Zed

wg-easy for Zed

io.github.ni-c/wg-easy-mcp

Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status

client:Zed transport:stdio runtime:npm

Install wg-easy 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": {
    "wg-easy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wg-easy-mcp"
      ],
      "env": {
        "WG_EASY_URL": "<WG_EASY_URL>",
        "WG_EASY_USERNAME": "<WG_EASY_USERNAME>",
        "WG_EASY_PASSWORD": "<WG_EASY_PASSWORD>",
        "WG_EASY_INSECURE_TLS": "<WG_EASY_INSECURE_TLS>",
        "WG_EASY_READ_ONLY": "<WG_EASY_READ_ONLY>",
        "WG_EASY_ALLOW_TOOLS": "<WG_EASY_ALLOW_TOOLS>",
        "WG_EASY_DENY_TOOLS": "<WG_EASY_DENY_TOOLS>"
      }
    }
  }
}

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

wg-easy in other clients