Skip to main content
Open a tunnel from your local machine so your MCP server is reachable at a public https URL. The tunnel stays open until you press Ctrl+C.

Usage

alpic tunnel --port 3000
Requests to the assigned URL (e.g. https://superb-marmot-fondue-420.alpic.dev) are forwarded to http://localhost:3000 on your machine. Your subdomain is stable and unique to your account — you’ll get the same URL every time.

Options

FlagDescription
--portLocal port to tunnel
Authentication is required. Run alpic login before using tunnels. API keys are not supported for this command.