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.

Playground

Test your local MCP server in situ using the playground — a real LLM chat interface. Access it at /try on your tunnel URL (e.g. https://superb-marmot-fondue-420.alpic.dev/try).

Options

FlagDescription
--portLocal port to tunnel
Team API keys are not supported for this command. User OAuth authentication is required.