Skip to content
LangChain

hugging bay for LangChain

io.github.barneywohl/hugging-bay

Verified open AI artifact search, trust evidence, downloads, and agent workflows from Hugging Bay.

client:LangChain transport:streamable-http runtime:npm tools:16

Install hugging bay in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hugging-bay": {
            "transport": "streamable_http",
            "url": "https://huggingbay.xyz/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

hugging bay in other clients