← Back to Plugins
MCP Server MCP

wg-easy

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "wg-easy-mcp",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the wg-easy web UI, e.g. https://vpn.example.com:51821",
          "isRequired": true,
          "format": "string",
          "name": "WG_EASY_URL"
        },
        {
          "description": "Username of a wg-easy admin account (2FA must be disabled)",
          "isRequired": true,
          "format": "string",
          "name": "WG_EASY_USERNAME"
        },
        {
          "description": "Password of the wg-easy admin account",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WG_EASY_PASSWORD"
        },
        {
          "description": "Set to true to accept self-signed TLS certificates (scoped to the wg-easy connection)",
          "format": "string",
          "name": "WG_EASY_INSECURE_TLS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/wg-easy-mcp:0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the wg-easy web UI, e.g. https://vpn.example.com:51821",
          "isRequired": true,
          "format": "string",
          "name": "WG_EASY_URL"
        },
        {
          "description": "Username of a wg-easy admin account (2FA must be disabled)",
          "isRequired": true,
          "format": "string",
          "name": "WG_EASY_USERNAME"
        },
        {
          "description": "Password of the wg-easy admin account",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WG_EASY_PASSWORD"
        },
        {
          "description": "Set to true to accept self-signed TLS certificates (scoped to the wg-easy connection)",
          "format": "string",
          "name": "WG_EASY_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...