dundas

LivePort

Community dundas
Updated

Secure localhost tunnels for AI agents

LivePort

Secure localhost tunnels for AI agents. Expose your dev server to Claude Code, OpenClaw, and Cursor with zero config.

npmnpmLicense

The Problem

AI coding agents can write your code but can't test it against your running dev server. The dev server runs on localhost โ€” invisible to cloud browsers, headless Playwright instances, and remote AI agents.

Existing tunnel tools weren't designed for this:

  • ngrok: Interstitial warning page breaks automated agents expecting JSON. URLs change on restart. Paid for persistent URLs.
  • Cloudflare Tunnel: Requires a domain + Cloudflare account + 30 min setup. Overkill for a dev session.
  • Tailscale Funnel: Requires Tailscale VPN setup. Not a standalone tool.

How LivePort Works

LivePort creates a secure tunnel from your localhost to a public URL. One command, zero config, no account required.

# CLI
npx @liveport/cli --port 3000

# MCP (for AI agents)
npx @liveport/mcp

Comparison

ngrok Cloudflare Tunnel Tailscale Funnel LivePort
Setup CLI + account Domain + CF account + cloudflared Tailscale VPN Zero-config
Free tier 1 tunnel, interstitial page Free, needs domain Free with Tailscale Free
AI agent compatible Interstitial breaks agents Works but heavy Works but requires VPN Purpose-built
Best for Webhook testing, demos Production tunnels Private network access AI dev workflows

Packages

Package Description
@liveport/cli CLI tool for creating tunnels
@liveport/agent-sdk TypeScript SDK for AI agent integration
@liveport/mcp MCP server for Model Context Protocol compatible agents

Use Cases

  • AI coding agents testing frontend changes on localhost
  • Cloud browser services accessing local dev servers
  • MCP-compatible agents creating tunnels with one tool call

Development

# Install dependencies
pnpm install

# Build all packages
pnpm build

# Start development
pnpm dev

# Run tests
pnpm test

Links

License

MIT

LivePort is a Derivative Labs product.

MCP Server ยท Populars

MCP Server ยท New

    nteract

    semiotic

    A data visualization for AI and Streaming

    Community nteract
    rixinhahaha

    Snip

    A macOS menu-bar screenshot tool with annotation, AI-powered organization, and semantic search. Built with Electron and Ollama. Featured on Product Hunt: https://www.producthunt.com/products/snip-ai-powered-macos-screenshot-tool

    Community rixinhahaha
    blitzdotdev

    Blitz

    Blitz mac app

    Community blitzdotdev
    mozilla

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community mozilla
    globau

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community globau