Release cadence
CLI to docs no release notes wa tsune ni update sare, version goto no compatibility note ga arimasu.
View release notesAnswer-first summary
Kono junban ga suisho desu: CLI install -> auth -> first tunnel, sono ato use case ni awasete MCP/webhooks/referrals. Nichijou unyou wa CLI Flags to Troubleshooting o tsukatte kudasai.
Quick command
instatunnel auth login -e you@example.com && instatunnel 3000 --subdomain docs-demoCommon failures and quick fixes
Compatibility, reliability, security posture no kakunin ni tsukatte kudasai.
CLI to docs no release notes wa tsune ni update sare, version goto no compatibility note ga arimasu.
View release notesSecurity whitepaper de policy enforcement, auth layer, operational safeguards o kakunin dekimasu.
Open security whitepaperTroubleshooting guide ni common failure, recovery step, CLI baseline ga matomatteimasu.
Read troubleshooting guidesMCP mode de local MCP endpoint o remote client ni kaisetsu dekimasu. MCP wa Pro / Business plan de riyo dekimasu.
Plan requirement: MCP mode wa Pro matawa Business no login-zumi API key ga hitsuyo desu.
New user
Existing user
Guided flow ga hitsuyo nara dashboard de MCP Setup Wizard v2 o tsukatte kudasai. dashboard.
v1 wa default transport de, hiroku compatible desu.
Streaming ga hitsuyo na toki dake v2 o shiyou shite kudasai. Mayottara v1 de hajimete, streaming client no toki ni v2 e kirikaete kudasai.
--transport v2 requires newer InstaTunnel CLI versions (1.1.7+). Recommended update: npm install -g instatunnel@latest.InstaTunnel wa defense in depth no tame ni MCP token header o support shimasu. Genzai no staged rollout de wa saisho warn mode, ato de enforce mode ni naru baai ga arimasu.
Tsuyoi token o seisei shite MCP JSON no Authorization header de YOUR_MCP_TOKEN toshite tsukatte kudasai.
Seisei sareta HTTPS URL o MCP client no setting ni tsukai, local MCP server no kitai suru path o settei shite kudasai.
VS Code, Cursor, Claude Desktop, Windsurf, Codex, Gemini Antigravity no JSON o one-click de seisei/copy dekimasu.
Plan o mite, hitsuyo na toki ni guided start o tsukatte kudasai.
Pro/Business no MCP endpoint de wa tsugi o tsukatte kudasai: instatunnel 8787 --mcp.
Generate IDE-ready JSON for VS Code, Cursor, Claude Desktop, Windsurf, Codex, and Gemini Antigravity with endpoint and token header.
MCP Endpoint
https://your-subdomain.instatunnel.my/mcpTarget: .vscode/mcp.json (workspace)
{
"mcpServers": {
"instatunnel-remote": {
"type": "streamable-http",
"url": "https://your-subdomain.instatunnel.my/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_TOKEN"
}
}
}
}headers.Authorization is not required by MCP clients by default. Add it only when your MCP server expects bearer-token auth. For local stdio MCP servers, headers are not used.
Token helper
Generate a strong token, paste it into YOUR_MCP_TOKEN, and use the same value in your local MCP server auth.
node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" | Set-ClipboardCommon setup and troubleshooting questions for VS Code, Cursor, Claude Desktop, Windsurf, Codex, and Gemini Antigravity.
"Authorization": "Bearer YOUR_MCP_TOKEN" only if your remote MCP server enforces token auth. For local stdio MCP servers, headers are not used.https://YOUR-SUBDOMAIN.instatunnel.my/mcp. Start your local MCP server first, then run: instatunnel 8787 --mcp --transport v2 --subdomain YOUR-SUBDOMAIN.8787) and retry.instatunnel 3000 --subdomain webhook-demo). For MCP tools, use MCP mode with --mcp --transport v2 and the /mcp endpoint.instatunnel 8787 --mcp --transport v2. Note: --transport v2 requires newer CLI versions (1.1.7+). Update with npm install -g instatunnel@latest.codex mcp add.