Skip to content
LangChain

hilos workspace for LangChain

sh.hilos/workspace

Operate hilos project rooms, Docs, Tasks, messages, memory, and coding-agent review workflows.

client:LangChain transport:streamable-http

Install hilos workspace in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "workspace": {
            "transport": "streamable_http",
            "url": "https://hilos.sh/api/mcp",
        }
})

tools = await client.get_tools()

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

hilos workspace in other clients