Back to MCP directory
publicPublicdnsLocal runtime

mcp-servers-2y6

MCP-Servers是一个包含多种用途的服务端项目,与CAMEL-AI绑定使用

article

README

🚀 MCP-服务器

本仓库提供适用于多种应用场景的MCP服务器,可与CAMEL - AI协同使用,助力各类应用高效运行。

🚀 快速开始

仓库中包含以下两种服务器:

  1. 文件系统服务器
  2. SQL 服务器
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