# qdm12/gluetun | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 15,077 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gluetun": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gluetun" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gluetun": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gluetun" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gluetun` - **Docker**: `docker run -i --rm mcp/gluetun`