Back to MCP directory
publicPublicdnsLocal runtime

hecom-opensdk-mcp

红圈CRM的OpenApi MCP服务接口项目

article

README

🚀 红圈CRM+ OpenAPI MCP 服务器

红圈CRM+ OpenAPI MCP 服务器为红圈CRM+系统提供了开放的API接口,方便开发者进行二次开发和系统集成,拓展系统功能,提升业务效率。

由于提供的原始文档内容过于简略,未包含安装步骤、使用示例、技术细节、API文档等实质内容,因此无法生成除文档头部之外的其他章节。若你能提供更多详细信息,我将为你进一步完善美化后的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