gluetun

GitHub

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "gluetun": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gluetun"
      ]
    }
  }
}