.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/joaoh82/rustunnel
home/mcp-servers/joaoh82/rustunnel
joaoh82 avatar

rustunnel

byjoaoh82· 1 MCP server

Stars

643

Forks

48

Category

DevOps & CI/CD

View on GitHub

TL;DR

The open-source tunnel that scales with you. Don't pay for idle time. Secure, Rust-fast, and Pay-as-you-go.

How to install rustunnel?

joaoh82/rustunnel
$git clone https://github.com/joaoh82/rustunnel

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install rustunnel by running `git clone https://github.com/joaoh82/rustunnel`, then use it for the current task and follow its documentation at https://github.com/joaoh82/rustunnel.

Files · 1

View on GitHub
README.md
1# rustunnel
2 
3[![CI](https://github.com/joaoh82/rustunnel/actions/workflows/ci.yml/badge.svg)](https://github.com/joaoh82/rustunnel/actions/workflows/ci.yml)
4[![License: AGPLv3](https://img.shields.io/badge/License-AGPLv3-blue.svg)](LICENSE)
5[![Rust](https://img.shields.io/badge/rust-1.76%2B-orange.svg)](https://www.rust-lang.org)
6[![smithery badge](https://smithery.ai/badge/joaoh82/rustunnel)](https://smithery.ai/servers/joaoh82/rustunnel)
7 
8![rustunnel logo](images/rustunnel-logo-light.png)
9 
10The open-source tunnel that scales with you. Don't pay for idle time. Secure, Rust-fast, and Pay-as-you-go.
11 
12Expose local services through a public server over encrypted WebSocket connections with TLS termination, HTTP/TCP proxying, a live dashboard, Prometheus metrics, and audit logging.
13 
14You can self-host or use our managed service.
15 
16**Using an AI agent?** rustunnel ships an [MCP server](https://rustunnel.com/docs/guides/mcp-server) — one-click setup for Cursor (then add your [API token](https://rustunnel.com)):
17 
18[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/install-mcp?name=rustunnel&config=eyJjb21tYW5kIjoicnVzdHVubmVsLW1jcCIsImFyZ3MiOlsiLS1zZXJ2ZXIiLCJldS5lZGdlLnJ1c3R1bm5lbC5jb206NDA0MCIsIi0tYXBpIiwiaHR0cHM6Ly9ldS5lZGdlLnJ1c3R1bm5lbC5jb206ODQ0MyJdLCJlbnYiOnsiUlVTVFVOTkVMX1RPS0VOIjoiWU9VUl9UT0tFTiJ9fQ==)
19 
20For Claude Code, Claude Desktop, Windsurf, and others, see the [agent integration guide](https://rustunnel.com/docs/guides/agent-integration) or the agent manual at [rustunnel.com/agents.md](https://rustunnel.com/agents.md).
21 
22---
23 
24## Table of Contents
25 
26- [Hosted service](#hosted-service)
27- [Architecture overview](#architecture-overview)
28- [Requirements](#requirements)
29- [Local development setup](#local-development-setup)
30 - [Build](#build)
31 - [Run tests](#run-tests)
32 - [Run the server locally](#run-the-server-locally)
33 - [Run the client locally](#run-the-client-locally)
34 - [Git hooks](#git-hooks)
35- [Production deployment (Ubuntu / systemd)](#production-deployment-ubuntu--systemd)
36 - [1 — Install dependencies](#1--install-dependencies)
37 - [2 — Build release binaries](#2--build-release-binaries)
38 - [3 — Create system user and directories](#3--create-system-user-and-directories)
39 - [4 — Install the server binary](#4--install-the-server-binary)
40 - [5 — Create the server config file](#5--create-the-server-config-file)
41 - [6 — TLS certificates (Let's Encrypt + Cloudflare)](#6--tls-certificates-lets-encrypt--cloudflare)
42 - [7 — Set up systemd service](#7--set-up-systemd-service)
43 - [8 — Open firewall ports](#8--open-firewall-ports)
44 - [9 — Verify the server is running](#9--verify-the-server-is-running)
45 - [Updating the server](#updating-the-server)
46- [Docker deployment](#docker-deployment) · [full guide](docs/docker-deployment.md)
47- [Client configuration](#client-configuration)
48 - [Installation](#installation)
49 - [Setup wizard](#setup-wizard)
50 - [Quick start (CLI flags)](#quick-start-cli-flags)
51 - [Machine-readable output (`--json`)](#machine-readable-output---json)
52 - [Config file](#config-file)
53 - [Token management](#token-management)
54- [Port reference](#port-reference)
55- [Config file reference (server)](#config-file-reference-server)
56- [REST API](#rest-api)
57- [AI agent integration (MCP server)](#ai-agent-integration-mcp-server)
58 - [OpenClaw skill](#openclaw-skill)
59- [Monitoring](#monitoring)
60- [Roadmap](#roadmap)
61- [Contributing](#contributing)
62- [License](#license)
63- [Contact](#contact)
64 
65---
66 
67## Hosted service
68 
69You can use rustunnel without running your own server. We operate a global fleet of public edge servers that you can connect to immediately.
70 
71### Available regions
72 
73| Region ID | Server | Location | Control plane | Status |
74|-----------|--------|----------|---------------|--------|
75| `eu` | `eu.edge.rustunnel.com` | Helsinki, FI | `:4040` | Live |
76| `us` | `us.edge.rustunnel.com` | Hillsboro, OR | `:4040` | Live |
77| `ap` | `ap.edge.rustunnel.com` | Singapore | `:4040`

Preview

joaoh82/rustunneljoaoh82/rustunnel

# rustunnel

[![CI](https://github.com/joaoh82/rustunnel/actions/workflows/ci.yml/badge.svg)](https://github.com/joaoh82/rustunnel/actions/workflows/ci.yml)

[![License: AGPLv3](https://img.shields.io/badge/License-AGPLv3-blue.svg)](LICENSE)

[![Rust](https://img.shields.io/badge/rust-1.76%2B-orange.svg)](https://www.rust-lang.org)

Repojoaoh82/rustunnel
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseAGPL-3.0
First seenJul 27, 2026

Tags

MCPapi-gatewaymcp-server

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381