Back to MCP directory
publicPublicdnsLocal runtime

own-mcp-server

FastMCP Cloud 提供通过GitHub集成和开发者仪表板来部署自有MCP服务器的云服务。

article

README

🗄️ 在FastMCP云平台部署你自己的MCP服务器

本项目主要提供在FastMCP云平台部署MCP服务器的相关功能,支持通过GitHub集成进行部署,还为开发者提供了FastMCP仪表盘。

🚀 快速开始

GitHub集成部署

借助GitHub集成功能,可实现便捷的部署操作。

FastMCP开发者仪表盘

FastMCP为开发者提供了专门的仪表盘,方便进行相关操作。

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