Back to MCP directory
publicPublicdnsLocal runtime

100-tool-mcp-server-json-example

一个关于MCP服务器配置的示例项目,包含可用的配置文件,并提供了额外的安装步骤说明。

article

README

🚀 服务器配置示例分享

本项目旨在分享一些曾使用过的服务器工作配置示例。在实际的README中,服务器往往未得到正确配置,因此这些示例可能会对你有所帮助。不过,你需要检查它们的来源仓库。部分配置可能需要进行安装操作,还可能涉及一些额外步骤。

💻 使用示例

这里有一个我制作的示例,虽然格式上可能不太规整,但确实可以正常使用: https://github.com/angrysky56/mcp-windows-website-downloader

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