Back to MCP directory
publicPublicdnsLocal runtime

CodeM

一个自述为质量不佳且无使用授权的MCP服务器代码项目

article

README

🚀 MCP服务器开发项目

本项目聚焦于MCP服务器的开发及相关事宜。

⚠️ 重要提示

请勿使用此代码,其质量较差。本人不提供使用、修改或复制的许可。

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