AgentHubAgentHub

rustunnel

MCP ServerMCP Registry官方收录

io.github.joaoh82/rustunnel · v0.8.1

Give AI agents public HTTPS/TCP/UDP URLs for any localhost service. Open source, self-hostable.

概览

rustunnel 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.joaoh82/rustunnel",
  "type": "mcp-server",
  "version": "0.8.1",
  "displayName": "rustunnel",
  "description": "Give AI agents public HTTPS/TCP/UDP URLs for any localhost service. Open source, self-hostable.",
  "repository": {
    "url": "https://github.com/joaoh82/rustunnel",
    "source": "github"
  },
  "homepage": "https://rustunnel.com",
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/joaoh82/rustunnel/releases/download/v0.8.1/rustunnel-mcp-aarch64-apple-darwin.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/joaoh82/rustunnel/releases/download/v0.8.1/rustunnel-mcp-aarch64-unknown-linux-gnu.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/joaoh82/rustunnel/releases/download/v0.8.1/rustunnel-mcp-x86_64-apple-darwin.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/joaoh82/rustunnel/releases/download/v0.8.1/rustunnel-mcp-x86_64-pc-windows-msvc.mcpb",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/joaoh82/rustunnel/releases/download/v0.8.1/rustunnel-mcp-x86_64-unknown-linux-musl.mcpb",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.joaoh82/rustunnel",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.joaoh82%2Frustunnel/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
rustunnel — MCP Server 安装与配置 · AgentHub