988hj7tczd-oss/dsh-mcp-tunnel0

dsh-mcp-tunnel

DSH plugin: expose a local MCP server to remote agents through an outbound-only tunnel stack (mcp-proxy + cloudflared Quick Tunnel), and register the public URL into dsh-mcp-client streamable-http config.

AI 분석

核心用途是安全地将本地 MCP 服务暴露给远程 Agent。适合需要跨网络共享本地工具和数据源的开发者。依赖 cloudflared 隧道技术。

패키지
dsh-mcp-tunnel
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 24.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:988hj7tczd-oss/dsh-mcp-tunnel

五、mcp-client 配置片段(安全护栏 1)

create 绝不自动改写任何 profile 配置,只在部署目录写出待确认片段 (mcp-client.pending.yml),由你在显式确认后手动粘贴:

- insert:
    - id: mcp-
      name: '@deepseek-ai/dsh-mcp-client'
      config:
        serverName: 
        transport: streamable-http
        url: 
        headers:
          Authorization: 'Bearer '
        toolCallTimeoutMs: 60000
        failOnStartupError: false
  • 字段名与 @deepseek-ai/dsh-mcp-clientStreamableHttpConfig 完全一致;
  • 远程工具名 = mcp____
  • mcp_tunnel_stop 会删除该片段文件(验收标准 4)。若你已粘贴进 profile, 记得同步删除那一行,否则请把 URL 标注为失效;
  • 「由 apply 注入」路径(显式确认后自动写 profile 的 cordis.patch.yml)留作后续版本。