Back to MCP directory
publicPublicdnsLocal runtime

raftt-mcp-server

Raftt MCP服务器项目

article

README

🚀 raftt mcp 服务器

raftt mcp 服务器为用户提供了特定的服务能力,可帮助解决相关业务场景下的问题,具有一定的应用价值。

由于提供的原始内容过于简略,无法进一步补充其他章节内容。若你能提供更多关于该项目的详细信息,如安装步骤、使用示例、技术细节等,我将为你生成更完整的美化后的 README 文档。

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