joaoh82joaoh82Community·1 Agent Skills Included

rustunnel

Expose local services through secure public URLs from any AI agent

Opens secure public tunnels to local HTTP, TCP, UDP, and peer-to-peer services directly from an AI agent session. Eliminates manual port forwarding, firewall changes, and complex ngrok-style configuration for webhook testing, demos, and database access. Supports custom subdomains, multi-region edges, load-balanced pools with health checks, and automatic tunnel cleanup.
npx skills add joaoh82/rustunnel --all -g -y
Available:

Tells the AI agent how to use the rustunnel MCP tools to create, list, and close tunnels, handle the one-time API token setup, and prefer MCP tools over the raw CLI.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rustunnel?

Run `npx skills add joaoh82/rustunnel --all -g -y` in your terminal to install the skill globally for your AI agent.

How to test webhooks locally with AI?

Ask your agent to create an HTTP tunnel to your local port; rustunnel returns a public HTTPS URL you can paste into Stripe, GitHub, or any webhook provider.

Can rustunnel expose databases or game servers?

Yes. It supports raw TCP tunnels for databases like PostgreSQL and UDP tunnels for game servers, plus P2P direct connections between two machines.

Does rustunnel work with Claude Code and Cursor?

Yes. It ships an MCP server that works with Claude Code, Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible agent.

Do I need an account to use rustunnel?

You need a free API token from rustunnel.com (Dashboard → API Keys), or you can self-host the open-source server and generate your own tokens.

Related Repositories in Software Engineering

View All in Software Engineering