Back to MCP directory
publicPublicdnsLocal runtime

mcp-research

该项目是关于模型上下文协议(MCP)的研究与文档,包含技术分析、实现方案、使用指南等资源,旨在全面介绍MCP生态系统。

article

README

🚀 模型上下文协议 (Model Context Protocol) 研究

本项目围绕模型上下文协议(MCP)服务器及其实现展开研究,并提供相关文档。旨在全面介绍MCP生态系统,涵盖可用实现、最佳实践与技术分析等内容。

🚀 快速开始

若要开始使用MCP,可按以下步骤操作:

  1. 阅读快速入门指南
  2. 查看实现分析
  3. 探索examples目录

📚 详细文档

🏗️ 仓库结构

.
├── README.md
├── docs/
│   ├── technical-research/         # 技术研究文件
│   ├── implementations/           # 不同实现的分析
│   ├── guides/                    # 使用指南和教程
│   └── resources/                 # 额外资源和链接
├── examples/                      # 示例实现和代码片段
└── research/                      # 研究成果和技术报告
    ├── market-analysis/
    └── technical-analysis/

🤝 贡献

欢迎大家积极贡献!若您有相关改进,随时提交Pull Request。

📄 许可证

本项目采用MIT许可证,详情请查看LICENSE文件。

🙏 致谢

特别感谢所有在本次研究中被审查的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