Skip to content

Custom Subdomains

With mcpr Cloud, you can claim a custom subdomain instead of using a random hash:

yourapp.tunnel.mcpr.app
  1. Sign up at cloud.mcpr.app
  2. Go to the dashboard → Subdomains
  3. Claim your subdomain (e.g., yourapp)
  4. Use the tunnel token from the dashboard in your mcpr.toml:
mcp = "http://localhost:9000"
tunnel_token = "your-cloud-token"

Your tunnel URL will be yourapp.tunnel.mcpr.app — persistent across machines, not just restarts.

Free tunnelCloud subdomain
URL formatabc123.tunnel.mcpr.appyourapp.tunnel.mcpr.app
Persists across restartsYes (same machine)Yes (any machine)
Persists across machinesNoYes
Shareable with teamDifficult (URL changes)Yes (stable URL)
Configurable in AI clientMust update when URL changesSet once
  • Subdomains must be unique across all mcpr Cloud users
  • 3-63 characters, lowercase letters, numbers, and hyphens
  • Cannot start or end with a hyphen
  • First come, first served