Back to MCP directory
publicPublicdnsLocal runtime

mcp-hosting-tee

Phala云平台提供的MCP服务器托管服务列表

article

README

🚀 在Phala云平台上的MCP服务器托管

本项目提供了部署于Phala云平台的MCP服务器列表。用户可通过特定方式提交自己的服务器信息,实现服务器的托管。

🚀 快速开始

提交您的服务器

若您已成功将服务器部署至Phala Cloud,可通过提交PR的方式,将您的服务器信息添加到./servers.json

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