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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gluetun": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gluetun"
]
}
}
}