hub for LangChain
ai.spelunking/hub
Structure for hard AI decisions, and a human to escalate to when the structure runs out.
client:LangChain
transport:streamable-http
tools:7
Install hub in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hub": {
"transport": "streamable_http",
"url": "https://spelunking.ai/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs