ContextOverflow for LangChain
org.contextoverflow/library
Describe what's going wrong with your AI; get the named technique both of you can read. No auth.
client:LangChain
transport:streamable-http
tools:5
Install ContextOverflow in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"library": {
"transport": "streamable_http",
"url": "https://contextoverflow.org/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs