Loppix catalog and configuration for LangChain
com.loppix/catalog-configuration
Loppix motifs, materials, guides, quotes and configuration review links. No automatic purchase.
client:LangChain
transport:streamable-http
tools:8
Install Loppix catalog and configuration in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"catalog-configuration": {
"transport": "streamable_http",
"url": "https://loppix.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs