Back to MCP directory
publicPublicdnsLocal runtime

langchain-adapter-mcp-server-and-client

该项目旨在探索如何利用LangChain实现MCP(可能指多链协议或模型控制平台)的相关功能。

article

README

🚀 探索使用LangChain进行MCP

本仓库旨在探索如何运用LangChain开展MCP相关工作,助力开发者在该领域进行深入研究与实践。

🚀 快速开始

本仓库用于探索使用LangChain进行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