Back to MCP directory
publicPublicdnsLocal runtime

test1

每个wiki文件应在.resource目录中存放与其路径对应的额外资源(如图片),并使用git lfs进行版本管理。

article

README

🚀 Wiki资源管理项目

本项目旨在规范Wiki文件的资源管理,通过在每个Wiki文件路径下创建特定目录,利用git lfs管理关联资源,确保资源的有效存储和版本控制。

🚀 快速开始

每个Wiki文件都应该在其路径下创建一个.resource目录,该目录包含与之关联的额外资源,例如图片。

⚠️ 重要提示

这些资源必须通过git lfs添加到Git中。

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