Robert Blust for LangChain
ch.blust/mental-model
Robert Blust: One model, true everywhere
client:LangChain
transport:streamable-http
tools:13
Install Robert Blust in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mental-model": {
"transport": "streamable_http",
"url": "https://mcp.blust.ch/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs