Back to MCP directory
publicPublicdnsLocal runtime

surge-mcp-server

一个基于MCP协议的Surge.sh工具服务,提供登录和项目部署功能。

article

README

🚀 MCP 突袭服务器

MCP 突袭服务器是一个基于 Model Context Protocol (MCP) 的 Surge.sh 工具服务。它为 AI 模型提供了标准化接口,使其能够与 Surge 进行交互,为开发者在 Surge.sh 平台上的操作提供了便利。

✨ 主要特性

  • 支持登录到 Surge.sh 账户,方便用户管理自己的 Surge.sh 资源。
  • 可将项目部署到 Surge.sh ,并自动生成随机域名,简化项目部署流程。

📦 安装指南

使用以下命令进行 MCP 安装:

npx -y https://github.com/xhyqaq/surge-mcp-server
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client