dsh-mcp-tunnel
Expose a local MCP server to remote agents through an outbound-only tunnel stack (mcp-proxy + cloudflared Quick Tunnel), then register the public URL into dsh-mcp-client streamable-http config.
把本机 MCP Server 通过出站-only 隧道栈(mcp-proxy + cloudflared Quick Tunnel)暴露给远程 Agent,并把公网 URL 注册进 dsh-mcp-client 的 streamable-http 配置。
How to install
dsh plugin add dsh-mcp-tunnel npx -y dsh-mcp-tunnel About
dsh-mcp-tunnel [!IMPORTANT] **依赖前置:相邻 dsh-src 检出(link: 依赖)** 本项目在开发形态下使用 link: 依赖指向相邻的 DeepSeek Harness 源码检出(dsh-src), 与当前仓库保持同一父目录布局(<parent>/dsh-src)。克隆本仓库后: 1. 先把官方 deepseek-ai/deepseek-harness 检出到与本仓库同级的 dsh-src/ 目录,并执行其 pnpm install && pnpm run build; 2. 再按下方「安装」一节执行本仓库的 pnpm install --offline && pnpm build 与测试。 发布到 npm 的版本会尽量把 link: 依赖替换为 registry 真实版本;无法替换的内部包保持 link:,见各包 README 说明。 把本机 MCP Server 安全暴露给远程 Agent 的 DSH 隧道插件:一键为本机目录中的 MCP server 拉起隧道栈(**mcp-proxy + cloudflared** 的 Docker Compose 栈),并把最终公开 URL 注册到 @deepseek-ai/dsh-mcp-client 的 streamable-http 配置里(**待确认片段**,安全护栏 1)。 设计取向(对齐上…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-24
- Created
- 2026-08-24
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cloudflared, cordis, deepseek-harness, dsh-plugin, mcp, tunnel
Related plugins
ms-365-mcp-server
softeria/ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
mcp-searxng
ihor-sokoliuk/mcp-searxng
Private web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
ssh-mcp
tufantunc/ssh-mcp
MCP server exposing SSH control for Linux servers via Model Context Protocol.